Last updated on 2024-09-16 16:49:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 5.36 | 94.13 | 99.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 3.25 | 80.07 | 83.32 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.8.1 | 101.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 92.42 | OK | |||
r-devel-windows-x86_64 | 1.8.0 | 8.00 | 123.00 | 131.00 | OK | |
r-patched-linux-x86_64 | 1.8.0 | 6.81 | 94.51 | 101.32 | OK | |
r-release-linux-x86_64 | 1.8.0 | 5.54 | 95.91 | 101.45 | OK | |
r-release-macos-arm64 | 1.8.0 | 81.00 | OK | |||
r-release-macos-x86_64 | 1.8.1 | 141.00 | OK | |||
r-release-windows-x86_64 | 1.8.0 | 7.00 | 122.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 1.8.0 | 106.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.8.0 | 193.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.8.0 | 9.00 | 141.00 | 150.00 | OK |
Version: 1.8.1
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘fastDummies’, ‘readr’, ‘widyr’, ‘pacman’, ‘sjmisc’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.8.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘example1_intro.Rmd’
...
264: JFK SAN 9 0.9666667 12.600000
265: EWR LAX 9 -0.3103448 -2.517241
266: JFK SEA 9 -6.6333333 8.566667
> flights %>% filter_dt(carrier == "AA") %>% group_dt(by = .(origin,
+ dest, month), at_dt("_delay", summarise_dt, mean))
When sourcing ‘example1_intro.R’:
Error: could not find function "at_dt"
Execution halted
‘benchmark.Rmd’ using ‘UTF-8’... [7s/6s] OK
‘chinese_tutorial.Rmd’ using ‘UTF-8’... [3s/3s] OK
‘english_tutorial.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘example1_intro.Rmd’ using ‘UTF-8’... failed
‘example2_join.Rmd’ using ‘UTF-8’... [4s/3s] OK
‘example3_reshape.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘example4_nest.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘example5_fst.Rmd’ using ‘UTF-8’... [11s/11s] OK
‘example6_dt.Rmd’ using ‘UTF-8’... [1s/1s] OK
Flavor: r-oldrel-macos-arm64
Version: 1.8.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘example1_intro.Rmd’
...
264: JFK SAN 9 0.9666667 12.600000
265: EWR LAX 9 -0.3103448 -2.517241
266: JFK SEA 9 -6.6333333 8.566667
> flights %>% filter_dt(carrier == "AA") %>% group_dt(by = .(origin,
+ dest, month), at_dt("_delay", summarise_dt, mean))
When sourcing ‘example1_intro.R’:
Error: could not find function "at_dt"
Execution halted
‘benchmark.Rmd’ using ‘UTF-8’... [8s/16s] OK
‘chinese_tutorial.Rmd’ using ‘UTF-8’... [5s/7s] OK
‘english_tutorial.Rmd’ using ‘UTF-8’... [1s/2s] OK
‘example1_intro.Rmd’ using ‘UTF-8’... failed
‘example2_join.Rmd’ using ‘UTF-8’... [5s/10s] OK
‘example3_reshape.Rmd’ using ‘UTF-8’... [1s/4s] OK
‘example4_nest.Rmd’ using ‘UTF-8’... [1s/3s] OK
‘example5_fst.Rmd’ using ‘UTF-8’... [15s/26s] OK
‘example6_dt.Rmd’ using ‘UTF-8’... [1s/1s] OK
Flavor: r-oldrel-macos-x86_64