Diff of /DESCRIPTION [000000] .. [d9ee58]

Switch to unified view

a b/DESCRIPTION
1
Package: biomkrAccrual
2
Title: What the Package Does (One Line, Title Case)
3
Version: 0.0.2.9000
4
Authors@R: 
5
    person("S J", "Cowtan", , "cowtansj@gmail.com", role = c("aut", "cre"),
6
           comment = c(ORCID = "0000-0002-7668-4109"))
7
Description: What the package does (one paragraph).
8
License: MIT + file LICENSE
9
Depends: 
10
    R (>= 4.4.0)
11
Imports: 
12
    jsonlite,
13
    rlang,
14
    withr,
15
    grDevices,
16
    checkmate (>= 2.3.0),
17
    ggplot2 (>= 3.5.0),
18
    S7 (>= 0.1.1)
19
Suggests: 
20
    knitr,
21
    rmarkdown,
22
    testthat (>= 3.0.0)
23
Config/testthat/edition: 3
24
Encoding: UTF-8
25
Roxygen: list(markdown = TRUE)
26
RoxygenNote: 7.3.2
27
Collate: 
28
    'basic-utils.R'
29
    'dirichlet.R'
30
    'input.R'
31
    'prevalence.R'
32
    'recruit.R'
33
    's3_generics.R'
34
    'spine.R'
35
    'utils-batches.R'
36
    'utils-graphics.R'
37
    'zzz.R'
38
VignetteBuilder: knitr