Skip to content

Commit 1ee550c

Browse files
redo for fns_dmt_tb
1 parent 2e772eb commit 1ee550c

5 files changed

Lines changed: 6 additions & 35 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
22
message: "Matthew P Hamilton (2021). ready4: Implement Open Source Computational Models of Youth Mental Health
3-
Systems. Version 0.0.0.9101. Zenodo. https://doi.org/10.5281/zenodo.5606250"
3+
Systems. Version 0.0.0.9102. Zenodo. https://doi.org/10.5281/zenodo.5606250"
44
authors:
55
- family-names: "Hamilton"
66
given-names: "Matthew P"
77
title: "ready4: Implement Open Source Computational Models of Youth Mental Health
88
Systems"
9-
version: 0.0.0.9101
9+
version: 0.0.0.9102
1010
doi: 10.5281/zenodo.5606250
1111
date-released: 2022-09-08
1212
url: "https://ready4-dev.github.io/ready4/"

DESCRIPTION

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Collate:
2727
'C4_Ready4Module.R'
2828
'C4_Ready4Private.R'
2929
'C4_Ready4Public.R'
30-
'add.R'
31-
'bind.R'
3230
'fn_add.R'
3331
'fn_bind.R'
3432
'fn_get.R'
@@ -39,11 +37,9 @@ Collate:
3937
'fn_transform.R'
4038
'fn_update.R'
4139
'fn_write.R'
42-
'get.R'
4340
'grp_generics.R'
4441
'imp_fns.R'
4542
'imp_mthds.R'
46-
'make.R'
4743
'mthd_authorSlot.R'
4844
'mthd_characterizeSlot.R'
4945
'mthd_depictSlot.R'
@@ -60,13 +56,7 @@ Collate:
6056
'mthd_renewSlot.R'
6157
'mthd_shareSlot.R'
6258
'pkg_ready4.R'
63-
'print.R'
6459
'ready4-package.R'
65-
'remove.R'
66-
'rowbind.R'
67-
'transform.R'
68-
'update.R'
69-
'write.R'
7060
Imports:
7161
assertthat,
7262
bib2df,

R/fn_write.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,10 @@ write_fls_to_repo <- function (paths_chr, descriptions_chr, consent_1L_chr = "",
286286
if (!identical(piggyback_to_1L_chr, character(0))) {
287287
if (!consent_1L_chr %in% c("Y", "N")) {
288288
consent_1L_chr <- make_prompt(prompt_1L_chr = paste0("Do you confirm ('Y') that you want to write the file ",
289-
ifelse(length(paths_chr) > 1, "s", ""), " to release ",
290-
piggyback_tag_1L_chr, " in ", piggyback_to_1L_chr),
291-
options_chr = c("Y", "N"), force_from_opts_1L_chr = T)
289+
ifelse(length(paths_chr) > 1, "s ", " "), basename(paths_chr),
290+
" to release ", piggyback_tag_1L_chr, " in ",
291+
piggyback_to_1L_chr), options_chr = c("Y", "N"),
292+
force_from_opts_1L_chr = T)
292293
}
293294
if (consent_1L_chr %in% c("Y")) {
294295
releases_df <- piggyback::pb_list(repo = piggyback_to_1L_chr)

data-raw/DATASET.R

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,6 @@ x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Implement Open Source Compu
4747
## After doing so, all other such prompts should be answered in the affirmative.
4848
x <- write_self_srvc_pkg(x)
4949
#
50-
#library(ready4)
51-
share.ready4fun_manifest <- function(x, # Move to ready4fun
52-
gh_prerelease_1L_lgl = T,
53-
gh_repo_desc_1L_chr = "Supplementary Files",
54-
gh_tag_1L_chr = "Documentation_0.0"){
55-
fns_dmt_tb <- x$subsequent_ls$fns_dmt_tb
56-
gh_repo_1L_chr <- x$subsequent_ls$piggyback_to_1L_chr
57-
58-
fns_dmt_tb <- fns_dmt_tb %>% dplyr::mutate(file_nm_chr = basename(file_nm_chr))
59-
ready4::write_env_objs_to_dv(env_objects_ls = list(fns_dmt_tb = fns_dmt_tb),
60-
descriptions_chr = NULL,
61-
ds_url_1L_chr = character(0),
62-
piggyback_desc_1L_chr = gh_repo_desc_1L_chr,
63-
piggyback_tag_1L_chr = gh_tag_1L_chr,
64-
piggyback_to_1L_chr = gh_repo_1L_chr,
65-
prerelease_1L_lgl = gh_prerelease_1L_lgl)
66-
}
67-
share.ready4fun_manifest(x)
68-
69-
7050
# ADD DOI OVERRIDE FOR RELEASES
7151
#
7252
# write_extensions() # Required only if extensions have changed since last build

man/figures/logo.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)