R package for working with continuous monitoring data in aquatic environments
Installation
A precompiled version of the package can be installed from R-Universe as follows:
install.packages('AquaSensR', repos = c('https://massbays-tech.r-universe.dev', 'https://cloud.r-project.org'))A source version of the package can be installed from GitHub as follows:
# Install the remotes package if you haven't already
install.packages("remotes")
# Install the package from GitHub
remotes::install_github("massbays-tech/AquaSensR")Issues and help
Please report any issues (bugs or errors) on the issues link for the repository. Please visit the Community of Practice forum for general questions, help, sharing ideas, or to suggest package improvements.
Contributing
Please view our contributing guidelines for any changes or pull requests.
Code of Conduct
Please note that the AquaSensR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.