Last updated on 2024-09-19 22:48:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 2.04 | 119.96 | 122.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 1.36 | 80.69 | 82.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 276.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 228.87 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 6.00 | 188.00 | 194.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 2.03 | 103.67 | 105.70 | OK | |
r-release-linux-x86_64 | 0.5.0 | 1.52 | 104.54 | 106.06 | OK | |
r-release-macos-arm64 | 0.5.0 | 111.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 230.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 7.00 | 188.00 | 195.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 104.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 168.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.0 | 5.00 | 227.00 | 232.00 | OK |
Version: 0.5.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘FAQ.Rmd’
...
> add_some <- function(x, amount = 1) {
+ add_some_(x, amount)
+ }
> add_some(1)
When sourcing ‘FAQ.R’:
Error: could not find function "add_some_"
Execution halted
when running code in ‘cpp11.Rmd’
...
> 600/(0.005 - 0.002)
[1] 2e+05
> mod <- lm(mpg ~ wt, data = mtcars)
> mpe(mod)
When sourcing ‘cpp11.R’:
Error: could not find function "mpe"
Execution halted
when running code in ‘motivations.Rmd’
...
[1] 2 4 6
> x
[1] 1 2 3
> z <- times_two_rcpp(x)
When sourcing ‘motivations.R’:
Error: could not find function "times_two_rcpp"
Execution halted
‘FAQ.Rmd’ using ‘UTF-8’... failed
‘converting.Rmd’ using ‘UTF-8’... [0s/0s] OK
‘cpp11.Rmd’ using ‘UTF-8’... failed
‘internals.Rmd’ using ‘UTF-8’... [0s/0s] OK
‘motivations.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64