CRAN Package Check Results for Package animalEKF

Last updated on 2026-02-28 19:50:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3 31.68 199.79 231.47 OK
r-devel-linux-x86_64-debian-gcc 1.3 21.78 131.01 152.79 ERROR
r-devel-linux-x86_64-fedora-clang 1.3 57.00 305.48 362.48 OK
r-devel-linux-x86_64-fedora-gcc 1.3 59.00 310.22 369.22 ERROR
r-devel-macos-arm64 1.3 8.00 40.00 48.00 OK
r-devel-windows-x86_64 1.3 36.00 164.00 200.00 OK
r-patched-linux-x86_64 1.3 36.24 184.90 221.14 OK
r-release-linux-x86_64 1.3 32.26 188.24 220.50 OK
r-release-macos-arm64 1.3 OK
r-release-macos-x86_64 1.3 20.00 162.00 182.00 OK
r-release-windows-x86_64 1.3 33.00 162.00 195.00 OK
r-oldrel-macos-arm64 1.3 OK
r-oldrel-macos-x86_64 1.3 21.00 167.00 188.00 OK
r-oldrel-windows-x86_64 1.3 46.00 224.00 270.00 OK

Check Details

Version: 1.3
Check: examples
Result: ERROR Running examples in ‘animalEKF-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: spline_interp > ### Title: Bezier spline interpolation of observations. > ### Aliases: spline_interp > ### Keywords: dplot optimize > > ### ** Examples > > #can also be 'di' output of sim_trajectory_joint (set gen_irreg=TRUE) > > di <- data.frame(X=runif(n=9), Y=runif(n=9), + time_to_next=c(2,4,15,8,5,18,3,5,NA)) > di$date_as_sec <- c(0, cumsum(di$time_to_next[-9])) > region_centroids <- cbind(X=runif(2), Y=runif(2)) > > #one log observation with dt =18 > 16 will be omitted > spl <- spline_interp(di=di, area_map=NULL, reg_dt=3, max_dt_wo_obs=16, maxStep=NULL, + centroids=region_centroids, nstates=2, spline_deg=3, split_logv=-3) [1] "assuming all observations are for one animal" [1] "overall date range" [1] "1970-01-01" "1970-01-01" [1] "GSH01" [1] "Shark GSH01 8 observations" [1] "GSH01" [1] "8 observations used for spline" [1] "calculating transition probabilities" [1] "calculating state classification" [1] "GSH01" > > plot(di[,c("X","Y")], xlim=c(0,1), ylim=c(0,1), type="b", las=1, + "Observations interpolated by regular interval spline") Error in str2lang(x) : <text>:1:14: unexpected symbol 1: Observations interpolated ^ Calls: plot ... <Anonymous> -> formula -> formula.character -> str2lang Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3
Check: examples
Result: ERROR Running examples in ‘animalEKF-Ex.R’ failed The error most likely occurred in: > ### Name: spline_interp > ### Title: Bezier spline interpolation of observations. > ### Aliases: spline_interp > ### Keywords: dplot optimize > > ### ** Examples > > #can also be 'di' output of sim_trajectory_joint (set gen_irreg=TRUE) > > di <- data.frame(X=runif(n=9), Y=runif(n=9), + time_to_next=c(2,4,15,8,5,18,3,5,NA)) > di$date_as_sec <- c(0, cumsum(di$time_to_next[-9])) > region_centroids <- cbind(X=runif(2), Y=runif(2)) > > #one log observation with dt =18 > 16 will be omitted > spl <- spline_interp(di=di, area_map=NULL, reg_dt=3, max_dt_wo_obs=16, maxStep=NULL, + centroids=region_centroids, nstates=2, spline_deg=3, split_logv=-3) [1] "assuming all observations are for one animal" [1] "overall date range" [1] "1970-01-01" "1970-01-01" [1] "GSH01" [1] "Shark GSH01 8 observations" [1] "GSH01" [1] "8 observations used for spline" [1] "calculating transition probabilities" [1] "calculating state classification" [1] "GSH01" > > plot(di[,c("X","Y")], xlim=c(0,1), ylim=c(0,1), type="b", las=1, + "Observations interpolated by regular interval spline") Error in str2lang(x) : <text>:1:14: unexpected symbol 1: Observations interpolated ^ Calls: plot ... <Anonymous> -> formula -> formula.character -> str2lang Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc