Last updated on 2025-05-03 22:50:35 CEST.
Package | FAIL | NOTE | OK |
---|---|---|---|
ConSpline | 2 | 11 | |
DoubleCone | 2 | 11 | |
isotonic.pen | 1 | 2 | 10 |
Current CRAN status: NOTE: 2, OK: 11
Version: 1.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Mary C Meyer <meyer@stat.colostate.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Mary", "C"),
family = "Meyer",
role = c("aut", "cre"),
email = "meyer@stat.colostate.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Mary C 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 = c("aut", "cre"),
email = "meyer@stat.colostate.edu"),
person(given = "Bodhisattva",
family = "Sen",
role = "aut"))
as necessary.
Found the following (possibly) invalid file URI:
URI: www.kentuckyderby.com
From: man/derby.Rd
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: FAIL: 1, NOTE: 2, OK: 10
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