Last updated on 2024-09-12 07:48:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 5.67 | 94.33 | 100.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 4.60 | 76.60 | 81.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.8.0 | 176.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.0 | 176.94 | OK | |||
r-devel-windows-x86_64 | 1.8.0 | 8.00 | 123.00 | 131.00 | OK | |
r-patched-linux-x86_64 | 1.8.0 | 5.93 | 95.64 | 101.57 | OK | |
r-release-linux-x86_64 | 1.8.0 | 5.12 | 96.71 | 101.83 | OK | |
r-release-macos-arm64 | 1.8.0 | 81.00 | OK | |||
r-release-macos-x86_64 | 1.8.0 | 164.00 | OK | |||
r-release-windows-x86_64 | 1.8.0 | 7.00 | 122.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 1.8.0 | 107.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.8.0 | 232.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.8.0 | 9.00 | 143.00 | 152.00 | OK |
Version: 1.8.0
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’... [4s/3s] OK
‘english_tutorial.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘example1_intro.Rmd’ using ‘UTF-8’... failed
‘example2_join.Rmd’ using ‘UTF-8’... [6s/5s] 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’... [12s/12s] 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’... [9s/24s] OK
‘chinese_tutorial.Rmd’ using ‘UTF-8’... [5s/12s] OK
‘english_tutorial.Rmd’ using ‘UTF-8’... [1s/3s] OK
‘example1_intro.Rmd’ using ‘UTF-8’... failed
‘example2_join.Rmd’ using ‘UTF-8’... [5s/9s] OK
‘example3_reshape.Rmd’ using ‘UTF-8’... [1s/2s] OK
‘example4_nest.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘example5_fst.Rmd’ using ‘UTF-8’... [15s/20s] OK
‘example6_dt.Rmd’ using ‘UTF-8’... [1s/2s] OK
Flavor: r-oldrel-macos-x86_64