--- a +++ b/DESCRIPTION @@ -0,0 +1,38 @@ +Package: biomkrAccrual +Title: What the Package Does (One Line, Title Case) +Version: 0.0.2.9000 +Authors@R: + person("S J", "Cowtan", , "cowtansj@gmail.com", role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-7668-4109")) +Description: What the package does (one paragraph). +License: MIT + file LICENSE +Depends: + R (>= 4.4.0) +Imports: + jsonlite, + rlang, + withr, + grDevices, + checkmate (>= 2.3.0), + ggplot2 (>= 3.5.0), + S7 (>= 0.1.1) +Suggests: + knitr, + rmarkdown, + testthat (>= 3.0.0) +Config/testthat/edition: 3 +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.3.2 +Collate: + 'basic-utils.R' + 'dirichlet.R' + 'input.R' + 'prevalence.R' + 'recruit.R' + 's3_generics.R' + 'spine.R' + 'utils-batches.R' + 'utils-graphics.R' + 'zzz.R' +VignetteBuilder: knitr