Skip to content

Commit

Permalink
updated dpcy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Jun 24, 2023
1 parent 8f46bb1 commit f50bb82
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
extra-packages: any::XML, any::pkgdown, local::.
needs: website

- name: Build site
Expand Down
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Imports:
VignetteBuilder: knitr
Depends:
R (>= 2.10),
specific
scorz (>= 0.0.0.9059),
specific (>= 0.0.0.9102)
LazyData: true
Collate:
'C4_TTUSynopsis.R'
Expand All @@ -66,9 +67,12 @@ Suggests:
betareg,
caret,
knitrBootstrap,
rmarkdown
rmarkdown,
youthvars (>= 0.0.0.9121)
Remotes:
ready4-dev/ready4,
ready4-dev/ready4show,
ready4-dev/ready4use,
ready4-dev/specific
ready4-dev/specific,
ready4-dev/youthvars,
ready4-dev/scorz
3 changes: 2 additions & 1 deletion R/mthd_author.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ methods::setMethod("author", "TTUProject", function (x, consent_1L_chr = "", dep
"c_SpecificProject"), consent_1L_chr = consent_1L_chr))
}
if (what_1L_chr %in% c("purge")) {
authorSlot(x, "c_SpecificProject", type_1L_chr = "purge_write")
authorSlot(x, "c_SpecificProject", type_1L_chr = "purge_write",
consent_1L_chr = consent_1L_chr)
}
if (what_1L_chr %in% c("plots", "Plots")) {
authorSlot(x, "d_TTUReports", consent_1L_chr = consent_1L_chr,
Expand Down
1 change: 1 addition & 0 deletions data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ z <- ready4pack::make_pt_ready4pack_manifest(x,
pkg_ds_ls_ls = datasets_ls) %>%
ready4pack::ready4pack_manifest()
z <- ready4::author(z)
ready4::write_extra_pkgs_to_actions(consent_1L_chr = "Y")
usethis::use_dev_package("youthvars",
type = "Suggests",#D?
remote = "ready4-dev/youthvars")
Expand Down
2 changes: 1 addition & 1 deletion data-raw/s4_fns/author.R
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ author_TTUProject <- function(x,
authorData(procureSlot(x, "c_SpecificProject"), consent_1L_chr = consent_1L_chr))
}
if(what_1L_chr %in% c("purge")){
authorSlot(x,"c_SpecificProject", type_1L_chr = "purge_write")
authorSlot(x,"c_SpecificProject", type_1L_chr = "purge_write", consent_1L_chr = consent_1L_chr)
}
if(what_1L_chr %in% c("plots","Plots")){
authorSlot(x, "d_TTUReports", consent_1L_chr = consent_1L_chr,
Expand Down

0 comments on commit f50bb82

Please sign in to comment.