Skip to content

Commit

Permalink
redo of dpcys
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Feb 17, 2022
1 parent 33e1188 commit 363d342
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cff-version: 1.2.0
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"
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"
authors:
- family-names: "Gao"
given-names: "Caroline"
- family-names: "Hamilton"
given-names: "Matthew"
title: "TTU: Implement Transfer to Utility Mapping Algorithms"
version: 0.0.0.9334
version: 0.0.0.9335
doi: 10.5281/zenodo.5646593
date-released: 2022-02-18
url: "https://ready4-dev.github.io/TTU/"
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Imports:
methods,
ready4 (>= 0.0.0.9089),
ready4show (>= 0.0.0.9095),
specific,
specific (>= 0.0.0.9078),
testthat
VignetteBuilder: knitr
Depends:
Expand All @@ -42,4 +42,5 @@ Suggests:
rmarkdown
Remotes:
ready4-dev/ready4,
ready4-dev/ready4show
ready4-dev/ready4show,
ready4-dev/specific
5 changes: 2 additions & 3 deletions R/C4_TTUReports.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#' TTUReports
#'
#'
#' Metadata to produce utility mapping study reports.
#'
#' @include
#'
#' @slot a_SpecificSynopsis (an instance of the SpecificSynopsis class)
#' @slot catalogue_tmpl_chr Catalogue template (a character vector)
#' @slot catalogue_fl_nms_ls Catalogue file names (a list)
Expand Down
11 changes: 6 additions & 5 deletions data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Implement Transfer to Utili
"https://github.com/ready4-dev/TTU",
"https://ready4-dev.github.io/ready4/")) %>%
ready4fun::make_manifest(addl_pkgs_ls = ready4fun::make_addl_pkgs_ls(suggests_chr = c("knitr","rmarkdown"),
imports_chr = c("betareg","caret","knitrBootstrap")),
imports_chr = c("betareg","caret","knitrBootstrap","specific")),
build_ignore_ls = ready4fun::make_build_ignore_ls(file_nms_chr = c("initial_setup.R")),
check_type_1L_chr = "ready4",
copyright_holders_chr = "Orygen",
custom_dmt_ls = ready4fun::make_custom_dmt_ls(),##
dev_pkgs_chr = c("cmdstanr",
"ready4",#"ready4fun",
"ready4use","ready4show",
"youthvars",
"youthvars","scorz",
"specific"),
lifecycle_stage_1L_chr = "experimental",
path_to_pkg_logo_1L_chr = "../../../../../Documentation/Images/TTU-logo/default.png",
Expand Down Expand Up @@ -161,6 +161,9 @@ z <- ready4pack::make_pt_ready4pack_manifest(x,
z <- ready4::author(z)
ready4::write_citation_cff(packageDescription("TTU"),
citation_chr = readLines("inst/CITATION"))
usethis::use_dev_package("specific",
type = "Imports",
remote = "ready4-dev/specific")
# usethis::use_package("readr")
# MANUAL DELETION OF TRAILING INCLUDE
# usethis::use_dev_package("ready4",
Expand All @@ -172,9 +175,7 @@ ready4::write_citation_cff(packageDescription("TTU"),
# usethis::use_dev_package("scorz",
# type = "Depends",
# remote = "ready4-dev/scorz")
# usethis::use_dev_package("specific",
# type = "Depends",
# remote = "ready4-dev/specific")

# usethis::use_package("rgl")
# piggyback::pb_new_release("ready4-dev/TTU",
# tag = paste0("v",desc::desc_get_version()),
Expand Down

0 comments on commit 363d342

Please sign in to comment.