diff options
author | Naeem Model <me@nmode.ca> | 2024-05-09 20:34:03 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-05-09 20:34:03 +0000 |
commit | e467a82539557b156b8d348d6cd0947cdcd1fc44 (patch) | |
tree | 624c650b2b5699c556e5bb32f25bc0c9e840d208 /DESCRIPTION | |
parent | bd947aec1f45184154fc32a442953a3950e76c76 (diff) |
Add Shiny app dependencies add specify entry point
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 586a139..7a5b6e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,16 +11,17 @@ 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. License: AGPL (>= 3) -URL: https://github.com/MI2Labs/Rnaught -BugReports: https://github.com/MI2Labs/Rnaught/issues +URL: https://github.com/MI2YorkU/Rnaught +BugReports: https://github.com/MI2YorkU/Rnaught/issues Imports: - methods, stats, utils Suggests: knitr, rmarkdown, - shiny + shiny, + bslib, + DT Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) |