smam
Statistical Modeling of Animal Movements
Animal-movement models in R, where new stochastic processes arrive years apart.
◆Recent moves
- 5mo ago
Rcpp attributes regenerated to guard Rf_error calls
Regenerates the Rcpp glue against Rcpp 1.1.1 so Rf_error calls are properly guarded. The maintainer's coga package received the identical change twenty minutes earlier the same night, marking this as a toolchain sweep across both rather than a decision about either.
View source ↗ - 2y ago
Maintainer email updated
A metadata-only release changing the maintainer address, applied to coga the same evening. Required by CRAN, invisible to users.
View source ↗ - 2y ago
Compiler format-security warning resolved
Updates the generated Rcpp exports to clear a format-security compiler warning, again in lockstep with coga. Housekeeping to keep the package building cleanly on CRAN's check machines.
View source ↗ - 2y ago
estimate and vcov generics unify all fit functions
Gives every fit function a common way to retrieve its estimates and their covariance matrix, and adds simulation for Brownian bridges and moving-resting bridges plus a new vignette. Consolidation of an interface that had accumulated one function at a time as processes were added.
View source ↗ - 5y ago
Moving-moving process added with simulation and estimation
⚡ SPARKAdds a new movement process to the package's repertoire, complete with simulation, point estimation and standard errors, which is how this package has always grown. It is the last new process in the visible window, and everything since has been interface consolidation or toolchain maintenance.
View source ↗ - 5y ago
Variance estimators adjusted; example dataset added
Modifies the Godambe and parametric bootstrap variance estimators for the moving-resting measurement-error model and bundles an additional dataset. Refinement within an existing model rather than a change in coverage.
View source ↗