Last updated on 2024-09-14 00:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 4.11 | 101.24 | 105.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 3.74 | 79.82 | 83.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 196.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 192.56 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 6.00 | 120.00 | 126.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 6.18 | 102.66 | 108.84 | OK | |
r-release-linux-x86_64 | 0.2.3 | 5.03 | 100.76 | 105.79 | OK | |
r-release-macos-arm64 | 0.2.3 | 67.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 186.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 6.00 | 119.00 | 125.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 72.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.2.3 | 141.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.2.3 | 8.00 | 138.00 | 146.00 | OK |
Version: 0.2.3
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘main-functionalities.Rmd’
...
7: 6 NA NA 13 y
> joyn(x3, y3, by = "id", match_type = "1:1")
✖ Error: table x is not uniquely identified by id
✖ Error: table y is not uniquely identified by id
When sourcing ‘main-functionalities.R’:
Error: match type inconsistency
ℹ set verbose to TRUE to see where the issue is
Execution halted
when running code in ‘messages.Rmd’
...
⚠ Warning: Currently, joyn allows only na_matches = 'na'
> x_empty = data.table()
> joyn(x = x_empty, y = y1)
✖ Error: Input table x has no columns.
When sourcing ‘messages.R’:
Error: wrong input specification
Execution halted
‘adv-functionalities.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘aux-functions.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘dplyr-joins.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘main-functionalities.Rmd’ using ‘UTF-8’... failed
‘merge-wrapper.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘messages.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-arm64
Version: 0.2.3
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘main-functionalities.Rmd’
...
7: 6 NA NA 13 y
> joyn(x3, y3, by = "id", match_type = "1:1")
✖ Error: table x is not uniquely identified by id
✖ Error: table y is not uniquely identified by id
When sourcing ‘main-functionalities.R’:
Error: match type inconsistency
ℹ set verbose to TRUE to see where the issue is
Execution halted
when running code in ‘messages.Rmd’
...
⚠ Warning: Currently, joyn allows only na_matches = 'na'
> x_empty = data.table()
> joyn(x = x_empty, y = y1)
✖ Error: Input table x has no columns.
When sourcing ‘messages.R’:
Error: wrong input specification
Execution halted
‘adv-functionalities.Rmd’ using ‘UTF-8’... [1s/3s] OK
‘aux-functions.Rmd’ using ‘UTF-8’... [1s/2s] OK
‘dplyr-joins.Rmd’ using ‘UTF-8’... [2s/4s] OK
‘main-functionalities.Rmd’ using ‘UTF-8’... failed
‘merge-wrapper.Rmd’ using ‘UTF-8’... [1s/3s] OK
‘messages.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64