From ad290ab58f20c68692fd3cf75c87136e0a9ffdb4 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Sat, 2 Nov 2024 20:20:44 +0000 Subject: Initialize README --- .Rbuildignore | 1 + README.Rmd | 20 ++++++++++++++++++++ README.md | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 README.Rmd create mode 100644 README.md diff --git a/.Rbuildignore b/.Rbuildignore index b8f32c2..6128489 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^\.gitignore$ ^CITATION\.cff$ ^LICENSE$ +^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... diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a85bfc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + + + +# 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