Last updated on 2020-08-07 01:50:20 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
actel | 2 | 3 | 6 |
Current CRAN status: ERROR: 2, NOTE: 3, OK: 6
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