]> nmode's Git Repositories - Rnaught/commitdiff
Initialize README
authorNaeem Model <me@nmode.ca>
Sat, 2 Nov 2024 20:20:44 +0000 (20:20 +0000)
committerNaeem Model <me@nmode.ca>
Sat, 2 Nov 2024 20:20:44 +0000 (20:20 +0000)
.Rbuildignore
README.Rmd [new file with mode: 0644]
README.md [new file with mode: 0644]

index b8f32c25f9fbc5d266ee6173b60bb43b1e251787..6128489067b39a39c9fa64278cf2a10e6d1a1687 100644 (file)
@@ -3,3 +3,4 @@
 ^\.gitignore$
 ^CITATION\.cff$
 ^LICENSE$
+^README\.Rmd$
diff --git a/README.Rmd b/README.Rmd
new file mode 100644 (file)
index 0000000..f56e18c
--- /dev/null
@@ -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...
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..4a85bfc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+
+<!-- README.md is generated from README.Rmd. Please edit that file. -->
+
+# 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*<sub>0</sub>)](https://en.wikipedia.org/wiki/Basic_reproduction_number)
+of infectious diseases.
+
+In progress…