Skip to content

Commit 033d101

Browse files
redo
1 parent a2183e6 commit 033d101

4 files changed

Lines changed: 14 additions & 9 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: "Matthew Hamilton and Caroline Gao (2022). specific: Specify Candidate Models for Representing Mental Health Systems. Version 0.0.0.9077. Zenodo. https://doi.org/10.5281/zenodo.5768689"
2+
message: "Matthew Hamilton and Caroline Gao (2022). specific: Specify Candidate Models for Representing Mental Health Systems. Version 0.0.0.9078. Zenodo. https://doi.org/10.5281/zenodo.5768689"
33
authors:
44
- family-names: "Hamilton"
55
given-names: "Matthew"
66
- family-names: "Gao"
77
given-names: "Caroline"
88
title: "specific: Specify Candidate Models for Representing Mental Health Systems"
9-
version: 0.0.0.9077
9+
version: 0.0.0.9078
1010
doi: 10.5281/zenodo.5768689
1111
date-released: 2022-02-17
1212
url: "https://ready4-dev.github.io/specific/"

DESCRIPTION

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,15 @@ Collate:
119119
'pkg_specific.R'
120120
'specific-package.R'
121121
Suggests:
122-
scorz,
123-
rmarkdown
124-
Remotes:
122+
scorz (>= 0.0.0.9048),
123+
rmarkdown,
124+
betareg,
125+
cmdstanr (>= 0.4.0.9000),
126+
rstan
127+
Remotes:
125128
ready4-dev/ready4,
126129
ready4-dev/ready4show,
127130
ready4-dev/ready4use,
128-
ready4-dev/youthvars
131+
ready4-dev/youthvars,
132+
stan-dev/cmdstanr,
133+
ready4-dev/scorz

R/mthd_depict.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ methods::setMethod("depict", "SpecificSynopsis", function (x, axis_text_sclg_1L_
6969
"/dens_and_sctr.png")
7070
}
7171
if (what_1L_chr == "composite_utl") {
72-
ds_descvs_ls <- manufacture_SpecificSynopsis(x, what_1L_chr = "ds_descvs_ls")
72+
ds_descvs_ls <- manufacture(x, what_1L_chr = "ds_descvs_ls")
7373
outp_smry_ls <- append(x@b_SpecificResults@a_SpecificShareable@shareable_outp_ls,
7474
x@b_SpecificResults@b_SpecificPrivate@private_outp_ls)
7575
maui_domains_col_nms_chr <- x@c_SpecificParameters@domain_labels_chr

data-raw/s4_fns/depict.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ depict_SpecificSynopsis <- function(x,
8989
"/dens_and_sctr.png")
9090
}
9191
if(what_1L_chr == "composite_utl"){
92-
ds_descvs_ls <- manufacture_SpecificSynopsis(x,
93-
what_1L_chr = "ds_descvs_ls")
92+
ds_descvs_ls <- manufacture(x,
93+
what_1L_chr = "ds_descvs_ls")
9494
outp_smry_ls <- append(x@b_SpecificResults@a_SpecificShareable@shareable_outp_ls,
9595
x@b_SpecificResults@b_SpecificPrivate@private_outp_ls)
9696
maui_domains_col_nms_chr <- x@c_SpecificParameters@domain_labels_chr

0 commit comments

Comments
 (0)