ABbiodiversity / wildRtrax

wildrtrax is an R package for environmental sensor data management and analytics
https://abbiodiversity.github.io/wildRtrax/
Other
8 stars 9 forks source link
bioacoustics biodiversity-data r-package

wildrtrax

Lifecycle: stable R-CMD-check CRAN status Codecov test coverage

Overview

wildrtrax (pronounced wild-r-tracks) is an R package containing functions to help manage and analyze environmental sensor data. It helps to simplify the entire data life cycle by offering tools for data pre-processing, wrangling, and analysis, facilitating seamless data transfer to and from WildTrax. With wildrtrax, users can effortlessly establish end-to-end workflows and ensure reproducibility in their analyses. By providing a consistent and organized framework, the package promotes transparency and integrity in research, making it effortless to share and replicate results.

Installation

You can install the most recent version of wildrtrax directly from this repository with:

# install.packages("remotes")
remotes::install_github("ABbiodiversity/wildrtrax")

The development version of this package contains experimental features and recent fixes. It can be installed with:

remotes::install_github("ABbiodiversity/wildrtrax@development")

The development version of the package will be periodically merged and will be reflected in the Changelogs.

Usage

All functions begin with a wt_* prefix. Column names and metadata align with the WildTrax infrastructure. The goal is to follow the work flow of pre-processing, linking with WildTrax, download and analysis.

ARUs :sound: Cameras :camera: Point counts :bird: Bats :bat:

Issues

To report bugs, request additional features, or get help using the package, please file an issue.

Contributors

We encourage ongoing contributions and collaborations to improve the package into the future. The Alberta Biodiversity Monitoring Institute provides ongoing support, development and funding.

License

This R package is licensed under MIT license©2024 Alberta Biodiversity Monitoring Institute.

Code of Conduct

Please note that wildrtrax is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.