From ad290ab58f20c68692fd3cf75c87136e0a9ffdb4 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Sat, 2 Nov 2024 20:20:44 +0000 Subject: Initialize README --- README.Rmd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.Rmd (limited to 'README.Rmd') diff --git a/README.Rmd b/README.Rmd new file mode 100644 index 0000000..f56e18c --- /dev/null +++ b/README.Rmd @@ -0,0 +1,20 @@ +--- +output: github_document +--- + + + +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +# Rnaught Rnaught Logo + +Rnaught is an R package and web application for estimating the +[basic reproduction number (_R_~0~)]( +https://en.wikipedia.org/wiki/Basic_reproduction_number) of infectious diseases. + +In progress... -- cgit v1.2.3