Skip to content

Commit 363d342

Browse files
redo of dpcys
1 parent 33e1188 commit 363d342

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cff-version: 1.2.0
2-
message: "Caroline Gao and Matthew Hamilton (2022). TTU: Implement Transfer to Utility Mapping Algorithms. Version 0.0.0.9334. Zenodo. https://doi.org/10.5281/zenodo.5646593"
2+
message: "Caroline Gao and Matthew Hamilton (2022). TTU: Implement Transfer to Utility Mapping Algorithms. Version 0.0.0.9335. Zenodo. https://doi.org/10.5281/zenodo.5646593"
33
authors:
44
- family-names: "Gao"
55
given-names: "Caroline"
66
- family-names: "Hamilton"
77
given-names: "Matthew"
88
title: "TTU: Implement Transfer to Utility Mapping Algorithms"
9-
version: 0.0.0.9334
9+
version: 0.0.0.9335
1010
doi: 10.5281/zenodo.5646593
1111
date-released: 2022-02-18
1212
url: "https://ready4-dev.github.io/TTU/"

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Imports:
3232
methods,
3333
ready4 (>= 0.0.0.9089),
3434
ready4show (>= 0.0.0.9095),
35-
specific,
35+
specific (>= 0.0.0.9078),
3636
testthat
3737
VignetteBuilder: knitr
3838
Depends:
@@ -42,4 +42,5 @@ Suggests:
4242
rmarkdown
4343
Remotes:
4444
ready4-dev/ready4,
45-
ready4-dev/ready4show
45+
ready4-dev/ready4show,
46+
ready4-dev/specific

R/C4_TTUReports.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#' TTUReports
2-
#'
2+
#'
33
#' Metadata to produce utility mapping study reports.
4-
#'
5-
#' @include
4+
#'
65
#' @slot a_SpecificSynopsis (an instance of the SpecificSynopsis class)
76
#' @slot catalogue_tmpl_chr Catalogue template (a character vector)
87
#' @slot catalogue_fl_nms_ls Catalogue file names (a list)

data-raw/DATASET.R

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Implement Transfer to Utili
2121
"https://github.com/ready4-dev/TTU",
2222
"https://ready4-dev.github.io/ready4/")) %>%
2323
ready4fun::make_manifest(addl_pkgs_ls = ready4fun::make_addl_pkgs_ls(suggests_chr = c("knitr","rmarkdown"),
24-
imports_chr = c("betareg","caret","knitrBootstrap")),
24+
imports_chr = c("betareg","caret","knitrBootstrap","specific")),
2525
build_ignore_ls = ready4fun::make_build_ignore_ls(file_nms_chr = c("initial_setup.R")),
2626
check_type_1L_chr = "ready4",
2727
copyright_holders_chr = "Orygen",
2828
custom_dmt_ls = ready4fun::make_custom_dmt_ls(),##
2929
dev_pkgs_chr = c("cmdstanr",
3030
"ready4",#"ready4fun",
3131
"ready4use","ready4show",
32-
"youthvars",
32+
"youthvars","scorz",
3333
"specific"),
3434
lifecycle_stage_1L_chr = "experimental",
3535
path_to_pkg_logo_1L_chr = "../../../../../Documentation/Images/TTU-logo/default.png",
@@ -161,6 +161,9 @@ z <- ready4pack::make_pt_ready4pack_manifest(x,
161161
z <- ready4::author(z)
162162
ready4::write_citation_cff(packageDescription("TTU"),
163163
citation_chr = readLines("inst/CITATION"))
164+
usethis::use_dev_package("specific",
165+
type = "Imports",
166+
remote = "ready4-dev/specific")
164167
# usethis::use_package("readr")
165168
# MANUAL DELETION OF TRAILING INCLUDE
166169
# usethis::use_dev_package("ready4",
@@ -172,9 +175,7 @@ ready4::write_citation_cff(packageDescription("TTU"),
172175
# usethis::use_dev_package("scorz",
173176
# type = "Depends",
174177
# remote = "ready4-dev/scorz")
175-
# usethis::use_dev_package("specific",
176-
# type = "Depends",
177-
# remote = "ready4-dev/specific")
178+
178179
# usethis::use_package("rgl")
179180
# piggyback::pb_new_release("ready4-dev/TTU",
180181
# tag = paste0("v",desc::desc_get_version()),

0 commit comments

Comments
 (0)