-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Type: Package
Package: SpeedyMarkov
Title: Speed up Discrete Markov Model Cost Effectiveness Simulations
Version: 0.1.0
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Howard Thom",
role = c("aut"),
email = "",
comment = c(ORCID = "0000-0001-8576-5552")))
Description: Speed up discrete markov model cost effectiveness simulations.
License: GPL-3 | file LICENSE
URL: https://www.samabbott.co.uk/SpeedyMarkov,
https://github.com/seabbs/SpeedyMarkov
BugReports: https://github.com/seabbs/SpeedyMarkov/issues
Depends:
R (>= 3.5.0)
Imports:
magrittr (>= 1.5),
VGAM (>= 1.1.1),
tibble (>= 2.1.3),
purrr (>= 0.3.3),
data.table (>= 1.12.6),
Rcpp (>= 1.0.3),
dplyr (>= 0.8.3)
Suggests:
spelling (>= 2.1),
covr (>= 3.3.2),
devtools (>= 2.2.1),
usethis (>= 1.5.1),
knitr (>= 1.26),
pkgnet (>= 0.4.0),
rmarkdown (>= 1.17),
testthat (>= 2.3.0),
profvis (>= 0.3.6),
future (>= 1.15.0),
furrr (>= 0.1.0),
microbenchmark (>= 1.4.7)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.0
Language: en-GB
LinkingTo:
Rcpp (>= 1.0.3),
RcppArmadillo (>= 0.9.800.1.0)