aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2025-01-06 23:47:18 +0000
committerNaeem Model <me@nmode.ca>2025-01-06 23:47:18 +0000
commit2d34b71c7a8da7fd0fac59b934145286b2be7b1f (patch)
treed15a0755780d7383ff720c3c0ad0d7fdb13e50ba
parentd863f1db42f0de8dbcf2029331eb2eabc77614b3 (diff)
Create package help topic
-rw-r--r--R/Rnaught-package.R6
-rw-r--r--man/Rnaught-package.Rd36
2 files changed, 42 insertions, 0 deletions
diff --git a/R/Rnaught-package.R b/R/Rnaught-package.R
new file mode 100644
index 0000000..a65cf64
--- /dev/null
+++ b/R/Rnaught-package.R
@@ -0,0 +1,6 @@
+#' @keywords internal
+"_PACKAGE"
+
+## usethis namespace: start
+## usethis namespace: end
+NULL
diff --git a/man/Rnaught-package.Rd b/man/Rnaught-package.Rd
new file mode 100644
index 0000000..c29e6ba
--- /dev/null
+++ b/man/Rnaught-package.Rd
@@ -0,0 +1,36 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/Rnaught-package.R
+\docType{package}
+\name{Rnaught-package}
+\alias{Rnaught}
+\alias{Rnaught-package}
+\title{Rnaught: Estimate the Basic Reproduction Number (R0) of Infectious Diseases}
+\description{
+An R package and web application for estimating the basic reproduction number (R0) of infectious diseases.
+}
+\seealso{
+Useful links:
+\itemize{
+ \item \url{https://MI2YorkU.github.io/Rnaught}
+ \item \url{https://github.com/MI2YorkU/Rnaught}
+ \item Report bugs at \url{https://github.com/MI2YorkU/Rnaught/issues}
+}
+
+}
+\author{
+\strong{Maintainer}: Naeem Model \email{me@nmode.ca}
+
+Authors:
+\itemize{
+ \item Sawitree Boonpatcharanon
+ \item Jane Heffernan
+ \item Hanna Jankowski
+}
+
+Other contributors:
+\itemize{
+ \item Tatiana Krikella [contributor]
+}
+
+}
+\keyword{internal}