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
- Host: GitHub
- Owner: karlropkins
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://karlropkins.github.io/AQEval/
- Size: 23.3 MB
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
[](https://github.com/karlropkins/AQEval/actions)
[](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
- Repositories: 12
- Profile: https://github.com/karlropkins
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
Anthony Walker
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
Tony Clark
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
Joint Air Quality Unit, Department for Transport & Department for Environment, Food and Rural Affairs, Marsham Street London, SW1P 4DF, UK
Tags
environmental research air quality time-series analysis change detection break-point/segmentGitHub 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
Top Committers
| Name | 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
- Homepage: https://github.com/karlropkins/AQEval
- Documentation: http://cran.r-project.org/web/packages/AQEval/AQEval.pdf
- License: GPL (≥ 3)
-
Latest release: 0.6.2
published 12 months ago
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