CRAN Package Check Results for Package GENEAread

Last updated on 2024-05-17 02:53:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.10 6.17 42.72 48.89 OK
r-devel-linux-x86_64-debian-gcc 2.0.10 4.82 28.24 33.06 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.10 63.40 OK
r-devel-linux-x86_64-fedora-gcc 2.0.10 60.50 OK
r-devel-windows-x86_64 2.0.10 6.00 56.00 62.00 OK
r-patched-linux-x86_64 2.0.10 6.03 40.33 46.36 OK
r-release-linux-x86_64 2.0.10 5.43 40.00 45.43 OK
r-release-macos-arm64 2.0.10 21.00 OK
r-release-macos-x86_64 2.0.10 49.00 OK
r-release-windows-x86_64 2.0.10 6.00 57.00 63.00 OK
r-oldrel-macos-arm64 2.0.10 27.00 OK
r-oldrel-macos-x86_64 2.0.10 48.00 OK
r-oldrel-windows-x86_64 2.0.10 7.00 59.00 66.00 OK

Check Details

Version: 2.0.10
Check: examples
Result: ERROR Running examples in ‘GENEAread-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: AccData > ### Title: Accelerometer Data Object > ### Aliases: AccData > ### Keywords: datasets > > ### ** Examples > > requireNamespace("GENEAread") > binfile = system.file("binfile/TESTfile.bin", package = "GENEAread")[1] > #Read in the entire file, calibrated > procfile<-read.bin(binfile) Error in mmap(binfile, char(), prot = mmapFlags("PROT_READ")) : 'parent' is not an environment Calls: read.bin -> header.info Execution halted Flavor: r-devel-linux-x86_64-debian-gcc