CRAN Package Check Results for Maintainer ‘Torbjørn Lindahl <torbjorn.lindahl at gmail.com>’

Last updated on 2026-02-17 03:51:03 CET.

Package ERROR OK
wither 1 13

Package wither

Current CRAN status: ERROR: 1, OK: 13

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘wither-Ex.R’ failed The error most likely occurred in: > ### Name: with_here > ### Title: Temporarily Change Project Root > ### Aliases: with_here local_here > > ### ** Examples > > library(here) here() starts at /Volumes/Builds/packages > library(withr) > > d <- local_tempdir() > > cat("here() is initially:", here(), "\n") here() is initially: /Volumes/Builds/packages > > # temporarily do things uner a different here() root: > with_here(d, cat("but here() is now:", here(), "\n")) Execution halted Ran 1/1 deferred expressions Flavor: r-devel-macos-arm64