aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2025-01-06 23:40:45 +0000
committerNaeem Model <me@nmode.ca>2025-01-06 23:40:45 +0000
commitd863f1db42f0de8dbcf2029331eb2eabc77614b3 (patch)
tree1e193749a532c976e4d2a4b6f74be2dbac659576
parent88a3f099374b4d2603acc2ac5951467cc87d5380 (diff)
Update package citation and description
-rw-r--r--CITATION.cff37
-rw-r--r--DESCRIPTION12
2 files changed, 14 insertions, 35 deletions
diff --git a/CITATION.cff b/CITATION.cff
index c1edd19..2536fab 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -2,42 +2,21 @@ cff-version: 1.2.0
message: 'To cite package "Rnaught" in publications use:'
type: software
license: AGPL-3.0-or-later
-title: 'Rnaught: Estimate the Basic Reproduction Number of Infectious Diseases'
-version: 0.1.0
-doi: 10.1371/journal.pone.0269306
-abstract: A collection of methods for estimating the basic reproduction number (R0)
- of infectious diseases. Optionally available as a web application using the 'shiny'
- framework.
+title: 'Rnaught: Estimate the Basic Reproduction Number (R0) of Infectious Diseases'
+abstract: An R package and web application for estimating the basic reproduction
+ number (R0) of infectious diseases.
authors:
+- family-names: Model
+ given-names: Naeem
+ email: me@nmode.ca
- family-names: Boonpatcharanon
given-names: Sawitree
- family-names: Heffernan
given-names: Jane
- family-names: Jankowski
given-names: Hanna
-- family-names: Model
- given-names: Naeem
- email: me@nmode.ca
-preferred-citation:
- type: article
- title: Estimating the basic reproduction number at the beginning of an outbreak
- authors:
- - family-names: Boonpatcharanon
- given-names: Sawitree
- - family-names: Heffernan
- given-names: Jane M.
- - family-names: Jankowski
- given-names: Hanna
- doi: 10.1371/journal.pone.0269306
- journal: PLOS ONE
- publisher:
- name: Public Library of Science
- year: '2022'
- month: '6'
- volume: '17'
- issue: '6'
- start: 1-24
-repository-code: https://github.com/MI2YorkU/Rnaught
+repository-code: 'https://github.com/MI2YorkU/Rnaught'
+url: 'https://MI2YorkU.github.io/Rnaught'
contact:
- family-names: Model
given-names: Naeem
diff --git a/DESCRIPTION b/DESCRIPTION
index 80b5a27..254fe46 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,15 +1,15 @@
Package: Rnaught
Type: Package
-Title: Estimate the Basic Reproduction Number of Infectious Diseases
+Title: Estimate the Basic Reproduction Number (R0) of Infectious Diseases
Version: 0.1.0
Authors@R: c(
+ person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca"),
person("Sawitree", "Boonpatcharanon", role="aut"),
person("Jane", "Heffernan", role="aut"),
person("Hanna", "Jankowski", role="aut"),
- person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca"))
-Description: A collection of methods for estimating the basic reproduction
- number (R0) of infectious diseases. Optionally available as a web
- application using the 'shiny' framework.
+ person("Tatiana", "Krikella", role="ctb"))
+Description: An R package and web application for estimating the basic
+ reproduction number (R0) of infectious diseases.
License: AGPL (>= 3)
URL: https://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught
BugReports: https://github.com/MI2YorkU/Rnaught/issues
@@ -19,8 +19,8 @@ Imports:
Suggests:
knitr,
rmarkdown,
- bslib,
shiny,
+ bslib,
DT,
plotly
Encoding: UTF-8