Skip to content

Commit 639c645

Browse files
fix of version issues
1 parent 8a3b8c1 commit 639c645

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

DESCRIPTION

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ready4
22
Title: Develop and Use Modular Health Economic Models
3-
Version: 0.0.1
3+
Version: 0.1.19
44
Authors@R: c(
55
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-7407-9194")),
@@ -19,7 +19,7 @@ Description: A template model module, tools to help find model modules
1919
use it visit <https://www.ready4-dev.com/>. For a background to the
2020
methodological issues that the framework is attempting to help solve,
2121
see Hamilton et al. (2024) <doi:10.1007/s40273-024-01378-8>.
22-
License: GPL-3 + file LICENSE
22+
License: GPL-3
2323
URL: https://ready4-dev.github.io/ready4/,
2424
https://github.com/ready4-dev/ready4, https://www.ready4-dev.com/
2525
Encoding: UTF-8
@@ -30,8 +30,6 @@ Collate:
3030
'C4_Ready4Private.R'
3131
'C4_Ready4Project.R'
3232
'C4_Ready4Public.R'
33-
'add.R'
34-
'bind.R'
3533
'fn_add.R'
3634
'fn_bind.R'
3735
'fn_get.R'
@@ -42,11 +40,9 @@ Collate:
4240
'fn_transform.R'
4341
'fn_update.R'
4442
'fn_write.R'
45-
'get.R'
4643
'grp_generics.R'
4744
'imp_fns.R'
4845
'imp_mthds.R'
49-
'make.R'
5046
'mthd_authorSlot.R'
5147
'mthd_characterizeSlot.R'
5248
'mthd_depictSlot.R'
@@ -63,34 +59,31 @@ Collate:
6359
'mthd_renewSlot.R'
6460
'mthd_shareSlot.R'
6561
'pkg_ready4.R'
66-
'print.R'
6762
'ready4-package.R'
68-
'remove.R'
69-
'rowbind.R'
70-
'transform.R'
71-
'update.R'
72-
'write.R'
7363
Suggests:
64+
devtools,
65+
Hmisc,
7466
knitr,
75-
testthat
67+
pkgload,
68+
readr,
69+
readxl,
70+
rmarkdown,
71+
testthat,
72+
usethis,
73+
zen4R
7674
VignetteBuilder: knitr
7775
Imports:
7876
curl,
7977
dataverse,
80-
devtools,
8178
dplyr,
8279
gh,
83-
Hmisc,
8480
kableExtra,
8581
lifecycle,
8682
magrittr,
8783
methods,
8884
piggyback,
8985
purrr,
90-
readr,
91-
readxl,
9286
rlang,
93-
rmarkdown,
9487
rvest,
9588
stats,
9689
stringi,
@@ -99,6 +92,5 @@ Imports:
9992
tidyRSS,
10093
tidyselect,
10194
tools,
102-
usethis,
103-
utils,
104-
zen4R
95+
utils
96+
Language: en-AU

data-raw/DATASET.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ write_examples(consent_1L_chr = "Y", path_1L_chr = x$initial_ls$path_to_pkg_rt_1
105105
write_examples(consent_1L_chr = "Y", path_1L_chr = x$initial_ls$path_to_pkg_rt_1L_chr, type_1L_chr = "r4")
106106
# desc_ls <-
107107
# description_ls$Language = "en-AU"
108-
usethis::use_description(fields = list(Language = "en-AU"))
108+
# usethis::use_description(fields = list(Language = "en-AU"))
109109
# usethis::use_description(fields = description_ls)
110110
# usethis::use_description(fields = append(utils::packageDescription("ready4"), list(Language = "en-AU")))
111111
unlink("LICENSE")

0 commit comments

Comments
 (0)