CRAN Package Check Results for Maintainer ‘Damien R. Farine <dfarine at ab.mpg.de>’

Last updated on 2024-12-23 12:49:41 CET.

Package ERROR OK
asnipe 1 12

Package asnipe

Current CRAN status: ERROR: 1, OK: 12

Version: 1.1.17
Check: examples
Result: ERROR Running examples in ‘asnipe-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: network_swap > ### Title: Perform one (or more) random swap > ### Aliases: network_swap > > ### ** Examples > > > # load data > data("group_by_individual") > data("times") > > # subset GBI (to reduce run time of the example) > gbi <- gbi[,1:80] > > # calculate network for data based on morning associations > network <- get_network(gbi, association_index="SRI", + times=times, start_time=0, end_time=max(times)/2) Generating 80 x 80 matrix > > # perform 100 permutations and calculate the coefficient > # of variance after each permutation. > # note that the subsetting is done outside of the function > library(raster) Error in library(raster) : there is no package called ‘raster’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc