Last updated on 2025-12-07 07:50:47 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| rCMA | 1 | 5 | 7 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
Version: 1.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Wolfgang Konen <wolfgang.konen@fh-koeln.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Wolfgang",
family = "Konen",
role = c("aut", "cre"),
email = "wolfgang.konen@fh-koeln.de"),
person(given = "Nikolaus",
family = "Hansen",
role = "aut",
email = "hansen.AT.lri.fr"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
‘outcmaesdisp.dat’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘rCMA-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cmaCalcFitness
> ### Title: Calculate the fitness of a population.
> ### Aliases: cmaCalcFitness
>
> ### ** Examples
>
> cma <- cmaNew();
Error in loadNamespace(x) : there is no package called ‘rJava’
Calls: cmaNew ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc