Last updated on 2026-04-09 05:52:04 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| IMIFA | 2 | 12 | |
| MEDseq | 14 | ||
| MoEClust | 1 | 13 |
Current CRAN status: NOTE: 2, OK: 12
Version: 2.2.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Keefe Murphy <keefe.murphy@mu.ie>’
The BugReports field in DESCRIPTION has
https://github.com/Keefe-Murphy/IMIFA
which should likely be
https://github.com/Keefe-Murphy/IMIFA/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 1.6.0
Check: examples
Result: ERROR
Running examples in ‘MoEClust-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: noise_vol
> ### Title: Approximate Hypervolume Estimate
> ### Aliases: noise_vol
> ### Keywords: control
>
> ### ** Examples
>
> data(ais)
> noise_vol(ais[,3:7], reciprocal=TRUE)
$vol
[1] 5.898164e-06
attr(,"Inverse")
[1] TRUE
$loc
RCC WCC Hc Hg Fe
5.295856 9.421848 48.081010 16.460104 120.897617
attr(,"Method")
[1] "hypvol"
attr(,"class")
[1] "NoiseVol"
>
> noise_vol(ais[,3:7], reciprocal=FALSE, method="convexhull")
Error: Use of the convexhull 'method' option requires loading the 'geometry'package
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc