Skip to content

Commit

Permalink
Normalise DESCRIPTION, add ORCIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Jan 31, 2024
1 parent 6b84fb4 commit 7d38a7e
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions DESCRIPTION
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

0 comments on commit 7d38a7e

Please sign in to comment.