Skip to content

Commit

Permalink
Increment version number to 0.0.0.9122
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Apr 22, 2024
1 parent 3a59dcc commit 7f54380
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: youthu
Title: Transform Youth Outcomes to Health Utility Predictions
Version: 0.0.0.9121
Version: 0.0.0.9122
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre"),
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
Expand All @@ -12,21 +12,21 @@ Authors@R: c(
)
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/docs/model/). This development version of
the youthu package has been made available as part of the process of
the ready4forwhatsnext youth mental health systems model
(https://readyforwhatsnext.org/). 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
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
scorz (>= 0.0.0.9062),
scorz,
testthat
VignetteBuilder: knitr
Imports:
Expand All @@ -41,8 +41,8 @@ Imports:
MatchIt,
methods,
purrr,
ready4 (>= 0.1.6.9000),
ready4use (>= 0.0.0.9231),
ready4,
ready4use (>= 0.0.0.9232),
rlang,
specific (>= 0.0.0.9108),
stats,
Expand All @@ -53,13 +53,11 @@ Imports:
tidyselect,
truncnorm,
utils,
youthvars (>= 0.0.0.9123)
youthvars (>= 0.0.0.9125)
Depends:
R (>= 2.10)
LazyData: true
Remotes:
ready4-dev/ready4,
Remotes:
ready4-dev/ready4use,
ready4-dev/specific,
ready4-dev/youthvars,
ready4-dev/scorz
ready4-dev/youthvars

0 comments on commit 7f54380

Please sign in to comment.