Skip to content

Commit

Permalink
Increment version number to 0.0.0.9113
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Dec 23, 2022
1 parent 14456c4 commit d3b1265
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
Package: youthu
Title: Transform Youth Outcomes to Health Utility Predictions
Version: 0.0.0.9112
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
person("Orygen", role = c("cph", "fnd")),
person("Headspace", role = "fnd"),
person("National Health and Medical Research Council", role = "fnd")
)
Description: Tools for mapping measures routinely collected in youth
mental health services to Quality Adjusted Life Years (QALYs). Part of
the First Bounce model of primary youth mental health services. This
development version of the youthu package has been made available as
part of the process of testing and documenting the package. If you
have any questions, please contact the authors
([email protected]).
License: GPL-3 + file LICENSE
URL: https://ready4-dev.github.io/youthu/,
https://github.com/ready4-dev/youthu, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
assertthat,
BCEA,
boot,
dataverse,
dplyr,
knitr,
lifecycle,
lubridate,
magrittr,
MatchIt,
methods,
purrr,
ready4 (>= 0.0.0.9089),
ready4use (>= 0.0.0.9220),
rlang,
specific (>= 0.0.0.9080),
stats,
stringr,
testthat,
tibble,
tidyr,
tidyselect,
truncnorm,
utils,
youthvars (>= 0.0.0.9105)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown
Remotes:
ready4-dev/ready4,
ready4-dev/ready4use,
ready4-dev/specific,
ready4-dev/youthvars
Package: youthu
Title: Transform Youth Outcomes to Health Utility Predictions with Ready4
Version: 0.0.0.9113
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
person("Orygen", role = c("cph", "fnd")),
person("Headspace", role = "fnd"),
person("National Health and Medical Research Council", role = "fnd")
)
Description: Tools for mapping measures routinely collected in youth
mental health services to Quality Adjusted Life Years (QALYs). Part of
the ready4 youth mental health systems model
(https://www.ready4-dev.com/). This development version of the youthu
package has been made available as part of the process of testing and
documenting the package. If you have any questions, please contact the
authors ([email protected]).
License: GPL-3 + file LICENSE
URL: https://ready4-dev.github.io/youthu/,
https://github.com/ready4-dev/youthu, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
assertthat,
BCEA,
boot,
dataverse,
dplyr,
knitr,
lifecycle,
lubridate,
magrittr,
MatchIt,
methods,
purrr,
ready4 (>= 0.0.0.9109),
ready4use (>= 0.0.0.9225),
rlang,
specific (>= 0.0.0.9084),
stats,
stringr,
testthat,
tibble,
tidyr,
tidyselect,
truncnorm,
utils,
youthvars (>= 0.0.0.9111)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown
Remotes:
ready4-dev/ready4,
ready4-dev/ready4use,
ready4-dev/specific,
ready4-dev/youthvars

0 comments on commit d3b1265

Please sign in to comment.