R code for Air Quality Evaluation.
AQEval was developed for use by those tasked with the routine detection, characterisation and quantification of discrete changes in air quality time-series, such as identifying the impacts of air quality policy interventions.
Project Webpages
AQEval Projects pages: https://karlropkins.github.io/AQEval/
Installation
Get the current release version of AQEval from CRAN (archive):
install.packages("AQEval")Or the developer’s version of AQEval from GitHub (archive):
# (if you do not have remotes package, install it from CRAN) # install.packages("remotes") remotes::install_github("karlropkins/AQEval")
If you have the AQEval .tar.gz file:
# install.packages("remotes") remotes::install_local(file.choose()) # and select
Background
This package contains code developed as part of an on-going project.
Contributing
Contributions are very welcome. Please check both the contribution guidance and code of conduct when contributing.
License
GPL-3