AQEval

R code for Air Quality Evaluation

https://github.com/karlropkins/aqeval

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R code for Air Quality Evaluation

Basic Info
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# AQEval 


[![R-CMD-check](https://github.com/karlropkins/AQEval/workflows/R-CMD-check/badge.svg)](https://github.com/karlropkins/AQEval/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/AQEval)](https://CRAN.R-project.org/package=AQEval)


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](https://cran.r-project.org/) ([archive](https://CRAN.R-project.org/package=AQEval)):

```{r, eval=FALSE}
install.packages("AQEval")
```


Or the developer's version of __AQEval__ from [GitHub](https://github.com)  ([archive](https://github.com/karlropkins/AQEval)):

```{r, eval=FALSE}
# (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:

```{r, eval=FALSE}
# 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 note both contribution guidance and code of conduct...  [Contributions](https://karlropkins.github.io/AQEval/CONTRIBUTING.html) 


## License
GPL-3 

Owner

  • Name: Karl Ropkins
  • Login: karlropkins
  • Kind: user
  • Company: University of Leeds

Senior Research Fellow; University of Leeds, Faculty of Environment, Transport Studies; Instrument and software developer.

JOSS Publication

AQEval: R code for the analysis of discrete change in air quality time-series
Published
February 13, 2026
Volume 11, Issue 118, Page 8839
Authors
Karl Ropkins ORCID
Institute for Transport Studies, University of Leeds, Leeds, LS2 9JT, UK
Anthony Walker ORCID
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
Ian Philips ORCID
Institute for Transport Studies, University of Leeds, Leeds, LS2 9JT, UK
Christopher E. Rushton ORCID
Institute for Transport Studies, University of Leeds, Leeds, LS2 9JT, UK
Tony Clark
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
James E. Tate ORCID
Institute for Transport Studies, University of Leeds, Leeds, LS2 9JT, UK
Editor
Gabriele Bozzola ORCID
Tags
environmental research air quality time-series analysis change detection break-point/segment

GitHub Events

Total
  • Watch event: 5
  • Push event: 36
  • Fork event: 1
Last Year
  • Watch event: 5
  • Push event: 36
  • Fork event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 210
  • Total Committers: 4
  • Avg Commits per committer: 52.5
  • Development Distribution Score (DDS): 0.433
Past Year
  • Commits: 16
  • Committers: 1
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Karl Ropkins t****n@U****k 119
karlropkins k****s@i****k 56
karlropkins k****s@g****m 33
Anthony Walker 4****y 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 2
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • karlropkins (2)
Pull Request Authors
  • airqualityanthony (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 462 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: AQEval

Air Quality Evaluation

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 462 Last month
Rankings
Stargazers count: 21.1%
Forks count: 21.9%
Average: 27.8%
Dependent packages count: 29.8%
Downloads: 31.0%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • dplyr * imports
  • ggplot2 * imports
  • ggtext * imports
  • loa * imports
  • lubridate * imports
  • mgcv * imports
  • openair * imports
  • purrr * imports
  • segmented * imports
  • stats * imports
  • strucchange * imports
  • tidyr * imports
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite