Last updated on 2026-04-02 17:52:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 42.79 | 39.59 | 82.38 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 29.85 | 30.50 | 60.35 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 53.00 | 58.81 | 111.81 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 93.00 | 61.03 | 154.03 | OK | |
| r-devel-macos-arm64 | 0.1.0 | 9.00 | 12.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 49.00 | 80.00 | 129.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.0 | 42.30 | 35.67 | 77.97 | NOTE | |
| r-release-linux-x86_64 | 0.1.0 | 38.39 | 33.92 | 72.31 | OK | |
| r-release-macos-arm64 | 0.1.0 | 7.00 | 12.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 27.00 | 67.00 | 94.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 45.00 | 74.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 7.00 | 17.00 | 24.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.0 | 26.00 | 37.00 | 63.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.0 | 53.00 | 89.00 | 142.00 | ERROR |
Version: 0.1.0
Check: compiled code
Result: NOTE
File ‘PPtreeExt/libs/PPtreeExt.so’:
Found non-API call to R: ‘R_UnboundValue’
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-patched-linux-x86_64
Version: 0.1.0
Check: compiled code
Result: NOTE
File 'PPtreeExt/libs/x64/PPtreeExt.dll':
Found non-API call to R: 'R_UnboundValue'
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: 0.1.0
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
libs 4.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘PPtreeExt-Ex.R’ failed
The error most likely occurred in:
> ### Name: PPtreeExt_split
> ### Title: Projection Pursuit Classification Tree with Random Variable
> ### Selection
> ### Aliases: PPtreeExt_split
> ### Keywords: tree
>
> ### ** Examples
>
> data(penguins)
Warning in data(penguins) : data set ‘penguins’ not found
> penguins <- na.omit(penguins[, -c(2,7, 8)])
Error: object 'penguins' not found
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64