Skip to content

Commit b2572b1

Browse files
typo fix
1 parent 84fdc4e commit b2572b1

4 files changed

Lines changed: 11 additions & 15 deletions

File tree

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.9047),
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_author.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ methods::setMethod("author", "SpecificModels", function (x, prefd_mdl_types_chr
5151
descv_plts_paths_ls <- youthvars::write_descv_plots(x@a_YouthvarsProfile@a_Ready4useDyad@ds_tb,
5252
ds_descvs_ls = ds_descvs_ls, descv_outp_dir_1L_chr = x@b_SpecificParameters@paths_ls$descv_outp_dir_1L_chr,
5353
lbl_nms_chr = x@b_SpecificParameters@itm_labels_chr,
54-
maui_domains_pfxs_1L_chr = hutils::longest_prefix(C@b_SpecificParameters@domain_labels_chr))
54+
maui_domains_pfxs_1L_chr = hutils::longest_prefix(x@b_SpecificParameters@domain_labels_chr))
5555
}
5656
if (what_1L_chr %in% c("models", "all")) {
5757
x <- investigate(x)

data-raw/s4_fns/author.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ author_SpecificModels <- function(x,
4040
ds_descvs_ls = ds_descvs_ls,
4141
descv_outp_dir_1L_chr = x@b_SpecificParameters@paths_ls$descv_outp_dir_1L_chr,
4242
lbl_nms_chr = x@b_SpecificParameters@itm_labels_chr, # Should be domain labels
43-
maui_domains_pfxs_1L_chr = hutils::longest_prefix(C@b_SpecificParameters@domain_labels_chr))
43+
maui_domains_pfxs_1L_chr = hutils::longest_prefix(x@b_SpecificParameters@domain_labels_chr))
4444

4545
}
4646
if(what_1L_chr %in% c("models","all")){

data-raw/s4_fns/metamorphose.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
metamorphose_SpecificConverter <- function(x,
22
paths_chr = NA_character_){
33
domain_labels_chr <- x@a_ScorzProfile@domain_wtd_var_nms_chr
4-
# x@a_ScorzProfile@domain_wtd_var_nms_chr %>%
5-
# purrr::map_chr(~ready4::get_from_lup_obj(x@a_ScorzProfile@instrument_dict_r3,
6-
# match_var_nm_1L_chr = "var_nm_chr",
7-
# match_value_xx = .x,
8-
# target_var_nm_1L_chr = "var_desc_chr") %>%
9-
# stringi::stri_replace_first_fixed("EuroQol (EQ-5D) - ","") %>%
10-
# stringi::stri_replace_all_fixed("Adult Score Dimension 1 - ","") %>%
11-
# stringi::stri_replace_last_fixed(" item",
12-
# ""))
134
x_SpecificModels <- SpecificModels(a_YouthvarsProfile = procureSlot(x@a_ScorzProfile,"a_YouthvarsProfile"),
145
b_SpecificParameters = SpecificParameters(depnt_var_nm_1L_chr = x@a_ScorzProfile@total_wtd_var_nm_1L_chr,
156
domain_labels_chr = domain_labels_chr,

0 commit comments

Comments
 (0)