Skip to content

Commit

Permalink
- switch to markdown from quarto for github actions, changed:
Browse files Browse the repository at this point in the history
-- description file,
-- renamed vignettes
-- changed vignette engines in vignette files
- updated rhub_check
  • Loading branch information
wojcieko committed Feb 6, 2025
1 parent 2319ca5 commit cc46ace
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ Suggests:
kableExtra,
knitr,
MCPModPack,
quarto,
reactable,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble,
tidyr
VignetteBuilder:
quarto
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Expand Down
4 changes: 1 addition & 3 deletions cran_submission_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ urlchecker::url_update()

# check on other distributions
# _rhub
devtools::check_rhub()
rhub::check_on_windows(check_args = "--force-multiarch")
rhub::check_on_solaris()
rhub::rhub_check(platforms = c("linux", "macos-arm64", "windows"))
# _win devel CRAN
devtools::check_win_devel()
# _macos CRAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ format:
warning: false
vignette: >
%\VignetteIndexEntry{Comparison of Bayesian MCPMod and MCPMod}
%\VignetteEngine{quarto::html}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ format:
warning: false
vignette: >
%\VignetteIndexEntry{Simulation Example of Bayesian MCPMod for Continuous Data}
%\VignetteEngine{quarto::html}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ format:
warning: false
vignette: >
%\VignetteIndexEntry{Analysis Example of Bayesian MCPMod for Continuous Data}
%\VignetteEngine{quarto::html}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

Expand Down

0 comments on commit cc46ace

Please sign in to comment.