Last updated on 2025-12-07 07:50:23 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| DiceDesign | 2 | 11 | |
| DiceEval | 1 | 1 | 11 |
Current CRAN status: NOTE: 2, OK: 11
Version: 1.10
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Celine Helbert <Celine.Helbert@ec-lyon.fr>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Jessica",
family = "Franco",
role = "aut"),
person(given = "Delphine",
family = "Dupuy",
role = "aut"),
person(given = "Olivier",
family = "Roustant",
role = "aut"),
person(given = "Patrice",
family = "Kiener",
role = "aut"),
person(given = "Guillaume",
family = "Damblin",
role = "aut"),
person(given = "Bertrand",
family = "Iooss.",
role = "aut"),
person(given = "Celine",
family = "Helbert",
role = "cre",
email = "Celine.Helbert@ec-lyon.fr"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
Version: 1.6.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘C. Helbert <Celine.Helbert@ec-lyon.fr>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "D.",
family = "Dupuy",
role = "aut"),
person(given = "C.",
family = "Helbert",
role = c("aut", "cre"),
email = "celine.helbert@ec-lyon.fr"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.6.1
Check: examples
Result: ERROR
Running examples in ‘DiceEval-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: residualsStudy
> ### Title: Plot residuals
> ### Aliases: residualsStudy
> ### Keywords: models
>
> ### ** Examples
>
> data(dataIRSN5D)
> X <- dataIRSN5D[,1:5]
> Y <- dataIRSN5D[,6]
> library(gam)
Error in library(gam) : there is no package called ‘gam’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc