Last updated on 2025-06-05 20:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 2.15 | 30.24 | 32.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 1.74 | 24.31 | 26.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 51.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 62.22 | OK | |||
r-devel-windows-x86_64 | 0.7.0 | 3.00 | 62.00 | 65.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.0 | 2.35 | 28.73 | 31.08 | NOTE | |
r-release-linux-x86_64 | 0.7.0 | 2.16 | 28.58 | 30.74 | NOTE | |
r-release-macos-arm64 | 0.7.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 51.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 0.7.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 40.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.0 | 4.00 | 66.00 | 70.00 | OK |
Version: 0.7.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘H. Robert Frost <rob.frost@dartmouth.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("H.", "Robert"),
family = "Frost",
role = c("aut", "cre"),
email = "rob.frost@dartmouth.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.7.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
EESPCACV.Rd: PMA
RifleInit.Rd: rifle
RiflePCACV.Rd: rifle, PMA
TpowerPCACV.Rd: PMA
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.7.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:
> ### Aliases: tpowerPCACV
>
> ### ** Examples
>
> set.seed(1)
> # Simulate 10x5 MVN data matrix
> X=matrix(rnorm(50), nrow=10)
> # Generate range of k values to evaluate
> k.values = 1:5
> # Use 5-fold cross-validation to estimate optimal k value
> tpowerPCACV(X=X, k.values=k.values)
[1] 5
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.92 0.06 0.98 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