The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-04-17 11:54:35 CEST.
| 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.