-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 903 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 903 Bytes
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
Package: CEdecisiontree
Type: Package
Title: Cost-effectiveness decision tree analysis
Version: 0.1.0
Authors@R: person("Nathan", "Green", , "n.green@ucl.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2745-1736"))
Maintainer: Nathan Green <n.green@ucl.ac.uk>
Description: A minimal cost-effectiveness decision tree analysis package.
Designed specifically for building and running decision trees
with several helper functions and simple interfaces.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
assertthat,
dplyr,
purrr,
Rcpp,
reshape2,
tibble
Suggests:
covr,
knitr,
microbenchmark,
readr,
rmarkdown,
testthat,
tidyr
VignetteBuilder: knitr
LinkingTo: Rcpp
BugReports: https://github.com/Health-Economics-in-R/CEdecisiontree/issues