Skip to content

Commit d0ecfa7

Browse files
Increment version number to 0.0.0.9336
1 parent ed51803 commit d0ecfa7

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: TTU
22
Title: Implement Transfer to Utility Mapping Algorithms
3-
Version: 0.0.0.9335
3+
Version: 0.0.0.9336
44
Authors@R: c(
55
person("Caroline", "Gao", , "caroline.gao@orygen.org.au", role = "aut",
66
comment = c(ORCID = "0000-0002-0987-2759")),
@@ -25,19 +25,37 @@ RoxygenNote: 7.1.2
2525
Imports:
2626
betareg,
2727
caret,
28+
dplyr,
29+
ggplot2,
2830
knitr,
2931
knitrBootstrap,
3032
lifecycle,
3133
magrittr,
3234
methods,
35+
purrr,
3336
ready4 (>= 0.0.0.9089),
3437
ready4show (>= 0.0.0.9095),
35-
specific (>= 0.0.0.9078),
36-
testthat
38+
specific (>= 0.0.0.9079),
39+
stringr,
40+
testthat,
41+
utils
3742
VignetteBuilder: knitr
3843
Depends:
3944
R (>= 2.10)
4045
LazyData: true
46+
Collate:
47+
'C4_TTUSynopsis.R'
48+
'C4_TTUReports.R'
49+
'TTU-package.R'
50+
'db_mdl_types_lup.R'
51+
'db_plt_types_lup.R'
52+
'db_rprt_lup.R'
53+
'fn_get.R'
54+
'fn_make.R'
55+
'imp_fns.R'
56+
'imp_mthds.R'
57+
'mthd_author.R'
58+
'pkg_TTU.R'
4159
Suggests:
4260
rmarkdown
4361
Remotes:

0 commit comments

Comments
 (0)