-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from karlropkins/main
respeciate (specieurope addtion)
- Loading branch information
Showing
52 changed files
with
3,070 additions
and
1,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
Package: respeciate | ||
Title: Speciation profiles for gases and aerosols | ||
Version: 0.3.0 | ||
Date: 2024-05-17 | ||
Description: Access to the US.EPA Speciate (v5.2) tool, to generate speciation profiles for | ||
gases and particles. More details in Simon et al (2010) <doi:10.5094/APR.2010.026>. | ||
Version: 0.3.1 | ||
Date: 2024-06-12 | ||
Description: Access to the air pollutant emission profiles in US EPA SPECIATE (v5.2) and EU JRC | ||
SPECIEUROPE archives. More details in Simon et al (2010) doi:10.5094/APR.2010.026 and | ||
Pernigotti et al (2016) doi:10.1016/j.apr.2015.10.007, respectively. | ||
Type: Package | ||
Authors@R: c( person(given = "Sergio", family = "Ibarra-Espinosa", role = c("aut", "cre"), | ||
email = "sergio.ibarra@usp.br", comment = c(ORCID = "0000-0002-3162-1905")), | ||
person(given = "Karl", family = "Ropkins", role = c("aut"), email = | ||
"k.ropkins@its.leeds.ac.uk", comment = c(ORCID = "0000-0002-0294-6997")) ) | ||
Authors@R: c( person(given = "Sergio", family = "Ibarra-Espinosa", role = c("aut", "cre"), email | ||
= "sergio.ibarra@usp.br", comment = c(ORCID = "0000-0002-3162-1905")), person(given = | ||
"Karl", family = "Ropkins", role = c("aut"), email = "k.ropkins@its.leeds.ac.uk", | ||
comment = c(ORCID = "0000-0002-0294-6997")) ) | ||
License: MIT + file LICENSE | ||
URL: https://github.com/atmoschem/respeciate | ||
BugReports: https://github.com/atmoschem/respeciate/issues | ||
LazyData: yes | ||
Depends: R (>= 3.5.0) | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Encoding: UTF-8 | ||
Imports: data.table, lattice, latticeExtra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
############################################ | ||
#' @title SPECIEUROPE | ||
############################################ | ||
#' | ||
#' @name SPECIEUROPE | ||
#' | ||
#' @description The SPECIEUROPE data set is a local version of the European | ||
#' Commission (EC) Joint Research Centre JRC's repository of particulate matter | ||
#' (PM) speciation profiles of European air pollutant sources. | ||
#' | ||
#' @format A ( 3 long) 'list' object | ||
#' \describe{ | ||
#' \item{source}{The main SPECIEUROPE data set as of 2024/05/26.} | ||
#' \item{ref}{The source citation, to be used whenever this data is used.} | ||
#' \item{website}{The SPECIEUROPE project website} | ||
#' } | ||
#' @source https://source-apportionment.jrc.ec.europa.eu/ | ||
#' @references Pernigotti, D., Belis, C.A., Spano, L., 2016. SPECIEUROPE: The | ||
#' European data base for PM source profiles. Atmospheric Pollution Research, | ||
#' 7(2), pp.307-314. DOI: https://doi.org/10.1016/j.apr.2015.10.007 | ||
"SPECIEUROPE" |
Oops, something went wrong.