Skip to contents

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.

Installation

Get AQEval from CRAN (archive):

The developer’s version AQEval is on GitHub in the AQEval code 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:

# (if you do not have remotes package, install it from CRAN) 
# install.packages("remotes")
remotes::install_local(file.choose()) # and select

Background

This package contain beta-testing code being developed as part of an on-going project.

Contributing

Contributions are very welcome. Please note both contribution guidance and code of conduct… Contributions

License

GPL-3