Last updated on 2026-02-15 07:51:25 CET.
| Package | ERROR | OK |
|---|---|---|
| wither | 1 | 13 |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.