Last updated on 2025-06-02 21:48:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 23.33 | 26.41 | 49.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 15.89 | 21.12 | 37.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 88.69 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 99.62 | NOTE | |||
r-devel-windows-x86_64 | 0.3.0 | 25.00 | 0.00 | 25.00 | FAIL | |
r-patched-linux-x86_64 | 0.3.0 | 23.25 | 25.08 | 48.33 | OK | |
r-release-linux-x86_64 | 0.3.0 | 23.26 | 25.07 | 48.33 | OK | |
r-release-macos-arm64 | 0.3.0 | 32.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 27.00 | 63.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 0.3.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.0 | 45.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.0 | 24.00 | 74.00 | 98.00 | OK |
Version: 0.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Oliver Keyes <ironholds@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Oliver",
family = "Keyes",
role = c("aut", "cre"),
email = "ironholds@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: compiled code
Result: NOTE
File ‘olctools/libs/olctools.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: PDF version of manual
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:
>
> #Encode an OLC and then shorten it
> olc <- encode_olc(51.3708675,-1.217765625, 12)
> validate_full(olc)
[1] TRUE
> # [1] TRUE
>
> olc <- shorten_olc(olc, 51.3708675,-1.217765625)
> validate_short(olc)
[1] TRUE
> # [1] TRUE
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.58 0.03 0.61 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