generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b84fb4
commit 7d38a7e
Showing
1 changed file
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
Package: quickfit | ||
Title: Utility functions for fitting and comparing simple epidemiological models | ||
Title: Utility functions for fitting and comparing simple epidemiological | ||
models | ||
Version: 0.0.0.9000 | ||
Authors@R: c( | ||
person(given = "Joshua W.", | ||
family = "Lambert", | ||
email = "[email protected]", | ||
role = c("aut", "cre")), | ||
person(given = "Adam", | ||
family = "Kucharski", | ||
email = "[email protected]", | ||
role = c("aut")), | ||
person("Pratik", "Gupte", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819"))) | ||
person("Joshua W.", "Lambert", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "https://orcid.org/0000-0001-5218-3046")), | ||
person("Adam", "Kucharski", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "https://orcid.org/0000-0001-8814-9421")), | ||
person("Pratik", "Gupte", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819")) | ||
) | ||
Description: Model fitting utilities package for Epiverse-TRACE. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/epiverse-trace/quickfit | ||
BugReports: https://github.com/epiverse-trace/quickfit/issues | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Imports: | ||
methods, | ||
stats, | ||
rlang | ||
rlang, | ||
stats | ||
Suggests: | ||
coarseDataTools, | ||
fitdistrplus, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 |