Last updated on 2024-10-06 15:49:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.16.0 | 37.45 | 224.62 | 262.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.16.0 | 30.60 | 182.46 | 213.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.16.0 | 461.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.16.0 | 473.64 | NOTE | |||
r-devel-windows-x86_64 | 1.16.0 | 60.00 | 0.00 | 60.00 | FAIL | |
r-patched-linux-x86_64 | 1.16.0 | 42.73 | 223.94 | 266.67 | OK | |
r-release-linux-x86_64 | 1.16.0 | 37.31 | 227.31 | 264.62 | OK | |
r-release-macos-arm64 | 1.16.0 | 155.00 | NOTE | |||
r-release-macos-x86_64 | 1.16.0 | 393.00 | NOTE | |||
r-release-windows-x86_64 | 1.16.0 | 61.00 | 1612.00 | 1673.00 | OK | |
r-oldrel-macos-arm64 | 1.16.0 | 182.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.16.0 | 385.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.16.0 | 55.00 | 1409.00 | 1464.00 | OK |
Version: 1.16.0
Check: compiled code
Result: NOTE
File ‘data.table/libs/data_table.so’:
Found non-API calls to R: ‘LEVELS’, ‘NAMED’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘STRING_PTR’, ‘TRUELENGTH’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.16.0
Check: tests
Result: NOTE
Running ‘S4.R’ [1s/1s]
Running ‘autoprint.R’ [0s/1s]
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [24s/29s]
Running ‘knitr.R’ [1s/1s]
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ...28,38d27
< ```
<
< ```
< ## x y z
< ## <int> <int> <int>
< ## 1: 1 4 7
< ## 2: 2 5 8
< ## 3: 3 6 9
< ```
<
< ``` r
52,62d40
< ```
<
< ```
< ## x y z a
< ## <int> <int> <int> <int>
< ## 1: 1 4 10 1
< ## 2: 2 5 11 1
< ## 3: 3 6 12 1
< ```
<
< ``` r
Running ‘main.R’ [75s/89s]
Running ‘nafill.R’ [1s/1s]
Running ‘other.R’ [0s/0s]
Running ‘programming.R’ [1s/1s]
Running ‘types.R’ [0s/1s]
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.16.0
Check: tests
Result: NOTE
Running ‘S4.R’ [0s/1s]
Running ‘autoprint.R’ [0s/0s]
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [15s/18s]
Running ‘knitr.R’ [0s/1s]
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ...28,38d27
< ```
<
< ```
< ## x y z
< ## <int> <int> <int>
< ## 1: 1 4 7
< ## 2: 2 5 8
< ## 3: 3 6 9
< ```
<
< ``` r
52,62d40
< ```
<
< ```
< ## x y z a
< ## <int> <int> <int> <int>
< ## 1: 1 4 10 1
< ## 2: 2 5 11 1
< ## 3: 3 6 12 1
< ```
<
< ``` r
Running ‘main.R’ [79s/75s]
Running ‘nafill.R’ [1s/1s]
Running ‘other.R’ [0s/0s]
Running ‘programming.R’ [1s/2s]
Running ‘types.R’ [0s/1s]
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.16.0
Check: tests
Result: NOTE
Running ‘S4.R’
Running ‘autoprint.R’
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [53s/50s]
Running ‘knitr.R’
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ...28,38d27
< ```
<
< ```
< ## x y z
< ## <int> <int> <int>
< ## 1: 1 4 7
< ## 2: 2 5 8
< ## 3: 3 6 9
< ```
<
< ``` r
52,62d40
< ```
<
< ```
< ## x y z a
< ## <int> <int> <int> <int>
< ## 1: 1 4 10 1
< ## 2: 2 5 11 1
< ## 3: 3 6 12 1
< ```
<
< ``` r
Running ‘main.R’ [136s/154s]
Running ‘nafill.R’
Running ‘other.R’
Running ‘programming.R’
Running ‘types.R’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.16.0
Check: compiled code
Result: NOTE
File 'data.table/libs/x64/data_table.dll':
Found non-API calls to R: 'LEVELS', 'NAMED', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_TRUELENGTH', 'STRING_PTR', 'TRUELENGTH'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Version: 1.16.0
Check: tests
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
>
> ### Name: update_dev_pkg
> ### Title: Perform update of development version of a package
> ### Aliases: update_dev_pkg
> ### Keywords: data
>
> ### ** Examples
>
> ## Don't show:
> # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421
> ## End(Don't show)
> if (FALSE) data.table::update_dev_pkg()
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 6.24 0.18 7.43 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64
Version: 1.16.0
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 1.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64