Skip to content

v0.3.4-rc#21

Merged
dewittpe merged 12 commits into
mainfrom
dev
Mar 9, 2026
Merged

v0.3.4-rc#21
dewittpe merged 12 commits into
mainfrom
dev

Conversation

@dewittpe
Copy link
Copy Markdown
Owner

@dewittpe dewittpe commented Mar 9, 2026

fix more tests as they keep failing on cran

dewittpe added 12 commits March 9, 2026 09:00
This change was needed beacuse the vignette was trying to build and
install the generated package during vignette rendering:

	  tar_ball <- devtools::build(pkg = prj_dir)
	  install.packages(pkgs = tar_ball, lib = temppath)
	  do.call(library, ...)

On CRAN this triggered a failure (processx .onLoad “Operation not
permitted”) during devtools::build. Marking those chunks eval = FALSE
avoids running those build/install steps while still showing the code in
the vignette. This makes the vignette stable in non-interactive CRAN
checks.
@dewittpe dewittpe merged commit 1b28b3b into main Mar 9, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant