Last updated on 2025-05-04 02:50:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.24 | 54.59 | 60.83 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.65 | 41.35 | 47.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 94.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 96.23 | OK | |||
r-devel-windows-x86_64 | 1.0 | 8.00 | 0.00 | 8.00 | FAIL | |
r-patched-linux-x86_64 | 1.0 | 6.31 | 52.47 | 58.78 | OK | |
r-release-linux-x86_64 | OK | |||||
r-release-macos-arm64 | 1.0 | 32.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 54.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 7.00 | 67.00 | 74.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 44.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 10.00 | 79.00 | 89.00 | OK |
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Mary Meyer <meyer@stat.colostate.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Mary", "C"),
family = "Meyer",
role = "aut"),
person(given = "Jiwen",
family = "Wu",
role = "aut"),
person(given = c("Jean", "D."),
family = "Opsomer",
role = "aut"),
person(given = "Mary",
family = "Meyer",
role = "cre",
email = "meyer@stat.colostate.edu"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.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: iso_pen
> ### Keywords: isotonic monotone
>
> ### ** Examples
>
> ### plot the estimated expected lung volume of children given age and height
> data(FEV)
> x1=FEV[,1] ## age
> x2=FEV[,3] ## height
> y=FEV[,2]
> ans=iso_pen(y,cbind(x1,x2))
> persp(ans$xg1,ans$xg2,ans$xgmat,th=-40,tick="detailed",xlab="age",ylab="height",zlab="FEV")
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 2.48 0.3 2.78 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