n2kanalysis
Generic Functions to Analyse Data from the Natura 2000 Monitoring
n2kanalysis has spent eight years wiring INLA models to an S3 bucket.
◆Recent moves
- 4mo ago
connect_inbo_s3() exposes temporary credentials to R
A credentials helper brings temporary S3 access into the R session, which matters for a pipeline that keeps its intermediate objects in a bucket. get_result() improves alongside, plus test coverage and a code-style pass. Infrastructure work with no modeling change.
View source ↗ - 1y ago
INLA models with SPDE elements supported
A one-line note carrying real weight: SPDE support brings continuous spatial random fields into the framework's INLA fitting, which is what monitoring data spread across a landscape usually needs. The record gives no detail on how it is exposed.
View source ↗ - 2y ago
fit_model() made more efficient
An efficiency pass on the central fitting function, unquantified in the release record. Relevant for a pipeline that refits many models across a monitoring network.
View source ↗ - 3y ago
Hurdle models with imputation added
The n2kHurdleImputed class and n2k_hurdle_imputed() bring hurdle models to imputed data, which is the combination count-based monitoring data with excess zeros and missing observations actually requires. Manifest_yaml_to_bash() converts a manifest into a runnable script, reinforcing the pipeline framing.
View source ↗ - 7y ago
Imputed data handling improvements
Recorded only as a merge-commit title referencing improvements to imputed data, with no description of what changed. Nothing assessable in the release record.
View source ↗ - 7y ago
INLA models consolidated onto a single class
An internal consolidation replacing separate INLA model classes with one. Structural tidying captured as a merge-commit title; no user-facing effect described.
View source ↗