CRAN Package Check Results for Package TraMineRextras

Last updated on 2024-11-21 19:52:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.8 10.71 96.55 107.26 OK
r-devel-linux-x86_64-debian-gcc 0.6.8 7.60 69.62 77.22 OK
r-devel-linux-x86_64-fedora-clang 0.6.8 173.32 OK
r-devel-linux-x86_64-fedora-gcc 0.6.8 144.51 ERROR
r-devel-windows-x86_64 0.6.8 15.00 115.00 130.00 OK
r-patched-linux-x86_64 0.6.8 13.21 91.04 104.25 OK
r-release-linux-x86_64 0.6.8 12.41 91.49 103.90 OK
r-release-macos-arm64 0.6.8 51.00 OK
r-release-macos-x86_64 0.6.8 124.00 OK
r-release-windows-x86_64 0.6.8 15.00 116.00 131.00 OK
r-oldrel-macos-arm64 0.6.8 58.00 OK
r-oldrel-macos-x86_64 0.6.8 157.00 OK
r-oldrel-windows-x86_64 0.6.8 19.00 142.00 161.00 OK

Check Details

Version: 0.6.8
Check: examples
Result: ERROR Running examples in ‘TraMineRextras-Ex.R’ failed The error most likely occurred in: > ### Name: FCE_to_TSE > ### Title: Data conversion from Fixed Column Event format to TSE. > ### Aliases: FCE_to_TSE > ### Keywords: data format > > ### ** Examples > > ## Generate a ramdom data set > fce <- data.frame(id=1:100, event1=runif(100), event2=runif(100)) > > ## Add missing values (ie non-occurrences) > fce[runif(100)<0.1, "event1"] <- NA > fce[runif(100)<0.1, "event2"] <- NA > > tse <- FCE_to_TSE(fce, id="id", cols=c("event1", "event2"), + eventlist=c("Marriage", "Child birth"), firstEvent="Birth") > > seq <- seqecreate(tse) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: seqecreate.internal(data = data, id = id, timestamp = timestamp, event = event, end.event = end.event, tevent = tevent, use.labels = use.labels, order.before = FALSE, weighted = weighted) 2: seqecreate(tse) An irrecoverable exception occurred. R is aborting now ... Flavor: r-devel-linux-x86_64-fedora-gcc

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.