aboutsummaryrefslogtreecommitdiff
path: root/README.Rmd
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2024-11-02 20:20:44 +0000
committerNaeem Model <me@nmode.ca>2024-11-02 20:20:44 +0000
commitad290ab58f20c68692fd3cf75c87136e0a9ffdb4 (patch)
tree5b30dd02eb59025c98aed24a73cbec8b610d2e67 /README.Rmd
parent94b4dcd37e662eb1e525dc241817c8dd5d4681fc (diff)
Initialize README
Diffstat (limited to 'README.Rmd')
-rw-r--r--README.Rmd20
1 files changed, 20 insertions, 0 deletions
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
+---
+
+<!-- README.md is generated from README.Rmd. Please edit that file. -->
+
+```{r, include = FALSE}
+knitr::opts_chunk$set(
+ collapse = TRUE,
+ comment = "#>"
+)
+```
+
+# Rnaught <a href="https://MI2YorkU.github.io/Rnaught"><img src="man/figures/logo.svg" align="right" height="139" alt="Rnaught Logo"></a>
+
+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...