Last updated on 2024-11-21 19:53:07 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
EmbedSOM | 1 | 1 | 11 |
scattermore | 13 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
Version: 2.1.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Matrix’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.1.2
Check: examples
Result: ERROR
Running examples in ‘EmbedSOM-Ex.R’ failed
The error most likely occurred in:
> ### Name: RandomMap
> ### Title: Create a map by randomly selecting points
> ### Aliases: RandomMap
>
> ### ** Examples
>
> d <- iris[,1:4]
> EmbedSOM::PlotEmbed(
+ EmbedSOM::EmbedSOM(
+ data = d,
+ map = EmbedSOM::RandomMap(d, 30, EmbedSOM::GraphCoords())),
+ pch=19, clust=iris[,5]
+ )
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: EmbedSOM::EmbedSOM(data = d, map = EmbedSOM::RandomMap(d, 30, EmbedSOM::GraphCoords()))
2: EmbedSOM::PlotEmbed(EmbedSOM::EmbedSOM(data = d, map = EmbedSOM::RandomMap(d, 30, EmbedSOM::GraphCoords())), pch = 19, clust = iris[, 5])
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.