Last updated on 2025-12-06 17:48:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 1.95 | 26.65 | 28.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 1.56 | 19.37 | 20.93 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 41.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 37.89 | OK | |||
| r-devel-windows-x86_64 | 0.3.0 | 5.00 | 44.00 | 49.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 1.98 | 22.57 | 24.55 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 1.98 | 24.28 | 26.26 | OK | |
| r-release-macos-arm64 | 0.4.0 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 2.00 | 37.00 | 39.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 5.00 | 44.00 | 49.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 2.00 | 41.00 | 43.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 8.00 | 51.00 | 59.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘cpp4r-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pkg_template
> ### Title: Start a new project with the cpp4r package template
> ### Aliases: pkg_template
>
> ### ** Examples
>
> # create a new directory
> dir <- tempdir()
> dir.create(dir)
Warning in dir.create(dir) : '/tmp/RtmpByBOdp' already exists
>
> # copy the package template into the directory
> pkg_template(dir, "mynewpkg")
Error: You must install the roxygen2 package to use this function
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc