Last updated on 2025-06-01 09:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3 | 14.93 | 109.42 | 124.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3 | 10.59 | 76.85 | 87.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3 | 191.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.3 | 180.60 | OK | |||
r-devel-windows-x86_64 | 2.3 | 17.00 | 0.00 | 17.00 | FAIL | |
r-patched-linux-x86_64 | 2.3 | 13.99 | 103.96 | 117.95 | OK | |
r-release-linux-x86_64 | 2.3 | 14.03 | 102.04 | 116.07 | OK | |
r-release-macos-arm64 | 2.3 | 62.00 | OK | |||
r-release-macos-x86_64 | 2.3 | 98.00 | OK | |||
r-release-windows-x86_64 | 2.3 | 17.00 | 110.00 | 127.00 | OK | |
r-oldrel-macos-arm64 | 2.3 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3 | 82.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3 | 22.00 | 143.00 | 165.00 | OK |
Version: 2.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Emeline Perthame <emeline.perthame@pasteur.fr>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Emeline",
family = "Perthame",
role = c("aut", "cre"),
email = "emeline.perthame@pasteur.fr",
comment = "emeline.perthame@inria.fr"),
person(given = "Florence",
family = "Forbes",
role = "aut",
comment = "florence.forbes@inria.fr"),
person(given = "Antoine",
family = "Deleforge",
role = "aut",
comment = "antoine.deleforge@inria.fr"),
person(given = "Emilie",
family = "Devijver",
role = "aut",
comment = "emilie.devijver@kuleuven.be"),
person(given = "Melina",
family = "Gallopin",
role = "aut",
comment = "melina.gallopin@u-psud.fr"))
as necessary.
The Description field contains
al (2017) <arXiv:1701.07899>) which is an extension of GLLiM with a
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.3
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:
> # mod = gllim(train.responses, train.covariates,in_K=K)
>
> ## Predict responses on testing data
> # pred = gllim_inverse_map(test.covariates,mod)$x_exp
>
> ## nrmse : normalized root mean square error to measure prediction performance
> ## the normalization term is the rmse of the prediction by the mean of training responses
> ## an nrmse larger than 1 means that the procedure performs worse than prediction by the mean
> # norm_term = sqrt(rowMeans(sweep(test.responses,1,rowMeans(train.responses),"-")^2))
> ## Returns 1 value for each response variable
> # nrmse = sqrt(rowMeans((test.responses-pred)^2))/norm_term
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 8.58 1.04 9.63 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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.