Last updated on 2025-08-05 04:49:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-5 | 7.85 | 60.74 | 68.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-5 | 5.80 | 49.27 | 55.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 107.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 117.40 | NOTE | |||
r-devel-windows-x86_64 | 1.0-5 | 10.00 | 80.00 | 90.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-5 | 8.02 | 59.82 | 67.84 | NOTE | |
r-release-linux-x86_64 | 1.0-5 | 7.72 | 60.94 | 68.66 | NOTE | |
r-release-macos-arm64 | 1.0-5 | 43.00 | NOTE | |||
r-release-macos-x86_64 | 1.0-5 | 64.00 | NOTE | |||
r-release-windows-x86_64 | 1.0-5 | 12.00 | 0.00 | 12.00 | FAIL | |
r-oldrel-macos-arm64 | 1.0-5 | 36.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0-5 | 64.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0-5 | 14.00 | 97.00 | 111.00 | NOTE |
Version: 1.0-5
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Wesley Burr <wesley.burr@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Wesley",
family = "Burr",
role = c("aut", "cre"),
email = "wesley.burr@gmail.com"),
person(given = c("with", "contributions", "from", "Karim"),
family = "Rahim",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0-5
Check: Rd files
Result: NOTE
checkRd: (-1) slp-package.Rd:38: Escaped LaTeX specials: \&
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, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0-5
Check: compiled code
Result: NOTE
File ‘slp/libs/slp.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: 1.0-5
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:
>
> # note: all three examples share identical results
>
> # example with in-call computation, using K (df)
> fit1 <- gam(y ~ x + s(t, bs = 'slp', xt = list(K = K)), family = gaussian)
>
> # example with in-call computation, using W
> fit2 <- gam(y ~ x + s(t, bs = 'slp', xt = list(W = W)), family = gaussian)
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
detaching 'package:mgcv', 'package:nlme'
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 4.61 0.41 5.01 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-release-windows-x86_64