CRAN Package Check Results for Package actel

Last updated on 2020-08-07 01:49:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 19.00 157.73 176.73 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 13.74 116.42 130.16 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 224.07 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 212.62 NOTE
r-devel-windows-ix86+x86_64 1.1.0 44.00 251.00 295.00 OK
r-patched-linux-x86_64 1.1.0 18.19 156.51 174.70 OK
r-release-linux-x86_64 1.1.0 17.07 155.03 172.10 OK
r-release-macos-x86_64 1.1.0 NOTE
r-release-windows-ix86+x86_64 1.1.0 45.00 274.00 319.00 OK
r-oldrel-macos-x86_64 1.1.0 ERROR
r-oldrel-windows-ix86+x86_64 1.1.0 29.00 157.00 186.00 ERROR

Check Details

Version: 1.1.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘svglite’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.1.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘gWidgets2RGtk2’
Flavor: r-oldrel-macos-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘actel-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: preload
    > ### Title: Load a dataset before running an analysis
    > ### Aliases: preload
    >
    > ### ** Examples
    >
    > # This function requires a series of pre-created R objects.
    > # We can create them by loading the example files from actel:
    > aux <- system.file(package = "actel")[1]
    >
    > bio <- read.csv(paste0(aux, "/example_biometrics.csv"))
    > deployments <- read.csv(paste0(aux, "/example_deployments.csv"))
    > spatial <- read.csv(paste0(aux, "/example_spatial.csv"))
    > detections <- read.csv(paste0(aux, "/example_detections.csv"))
    >
    > dot <- "A0--A1--A2--A3--A4--A5--A6--A7--A8--A9"
    >
    > # Now that we have the R objects created, we can run preload:
    >
    > x <- preload(biometrics = bio, deployments = deployments, spatial = spatial,
    + detections = detections, dot = dot, tz = "Europe/Copenhagen")
    M: Number of target tags: 60.
    Error in strsplit(x, "|", fixed = TRUE) : non-character argument
    Calls: preload ... unlist -> sapply -> lapply -> FUN -> unlist -> strsplit
    Execution halted
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64