-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version number to 0.0.0.9122
- Loading branch information
1 parent
3a59dcc
commit 7f54380
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")), | ||
|
@@ -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: | ||
|
@@ -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, | ||
|
@@ -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 |