Home

Awesome

<!-- badges: start -->

R-CMD-check License: GPL v3 Lifecycle:Maturing DOI

<!-- badges: end -->

{aspe}: an R package to analyse and visualise river fish data in France

{aspe} fournit des outils autorisant simplement la plupart des traitements de base à partir d’une sauvegarde (dump SQL) de la base de données ASPE de l’OFB. Ces traitements comprennent les calculs d’abondances, densités, distribution en tailles et la détection de tendances à l’échelle de la station. Ces calculs sont accompagnés de fonctionnalités graphiques.

The goal of {aspe} is to is to provide a suite of tools for most of the common processing of the ASPE database including importation from a SQL format dump, calculation of abundances, densities, size distributions, temporal trends for populations at the station level, along with graphical output.

La base de données ASPE de l’OFB contient toutes les données d’inventaire par pêche à l’électricité par le CSP, l’ONEMA, l’AFB, l’OFB ainsi que par certains partenaires sur les rivières de France. Elle est décrite dans Irz et al. (2022), article produit en visant le respect des principes de la recherche reproductible (Wilkinson et al. 2016). Ses fichiers sources - données comprises - sont diffusés sur le dépôt DOI

The ASPE database is administrated by the French Office for Biodiversity. It gathers, among others, all the river electrofishing samplings carried out by the former Fisheries Council, National Office for Water and Aquatic Systems and French Agency for Biodiversity. The database is described in Irz et al. (2022). This paper was produced to respect the FAIR principles (Wilkinson et al. 2016), hence its source files - including the database - are available at DOI

Installation

Si besoin, commencer par installer le package R {devtools} ainsi que la suite Rtools, puis installer {aspe} au moyen de la commande :

If necessary, first install the {devtools} R package and the Rtools suite, then you can install the released version of {aspe} from Github with:

devtools::install_github("PascalIrz/aspe")

Répertoires Github associés / Associated Github repositories

Plusieurs dépôts Github sont associés au package :

The package comes with a number of associated repos :

Tutoriels / Vignettes

La documentation générale du package est diffusée sur Github pages : https://pascalirz.github.io/aspe/

Une série de tutoriels est en ligne :

Several vignettes (in French) are available online:

Nommage des fonctions / Functions' naming rules

Les familles de fonctions se distinguent par des préfixes :

Functions' names start by group-specific prefixes:

Nommage des variables / Variables' naming rules

Dans la quasi-totalité des cas, les variables contenues dans une table sont préfixées en fonction de cette table. Par exemple :

Pour une liste des noms et signification des variables, taper dans la console :

data("data_dictionnaire")
View(data_dictionnaire)

Almost systematically, variables' names start by table-specific prefixes:

To display a comprehensive list of variables with their meaning (all in French so far, sorry), call:

data("data_dictionnaire")
View(data_dictionnaire)