Skip to content

Commit

Permalink
Merge pull request #12 from karlropkins/main
Browse files Browse the repository at this point in the history
match by SID
  • Loading branch information
karlropkins authored Feb 17, 2024
2 parents 18cdd8d + 9d0bbac commit 4b56873
Show file tree
Hide file tree
Showing 15 changed files with 839 additions and 76 deletions.
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ C:/Users/trakradmin/OneDrive - University of Leeds/Documents/ITS/projects/NERC_T
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/_isolateContribution&breakPointAnalysis_KR_20230824.R="F18B98A3"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/_projects/_paper_01_IntroToRespeciate/MS Access Versions/speciate_5.2_0/test.R="FCE2E494"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/_projects/marylebone03/_marylebone_analysis_pls_01.Rmd="F2B723A3"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/_projects/marylebone03/_marylebone_initial_observations_01.Rmd="E72195E5"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/_projects/marylebone03/_marylebone_metals_03.Rmd="D2C38DFE"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/_projects/match01/_match_notes_01.Rmd="A446C96C"
C:/Users/trakradmin/OneDrive - University of Leeds/Documents/pkg/respeciate/test/respeciate/.Rbuildignore="BAFF788D"
Expand Down
18 changes: 8 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
Package: respeciate
Title: Speciation profiles for gases and aerosols
Version: 0.2.6
Date: 2023-12-01
Description: Acess 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.2.7
Date: 2024-02-17
Description: Acess 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>.
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
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,heat.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
Expand All @@ -69,6 +70,7 @@ importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lattice,barchart)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.barchart)
importFrom(lattice,panel.grid)
importFrom(lattice,panel.xyplot)
Expand Down
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Version 0.0 - Release Notes

* [0.2.7]
* released 2024-02-17
* sp_plot_species update; species order forced, added reset.x
* sp_match_profile update; fit methods for pd and sid (Belis)
* sp_match_profile update; added sid variations
* pls_plot patch; forcing profile order

* [0.2.6]
* released 2023-12-01
* sp_build_rsp_x update; added further value handling
* summary.respeciate update; removed output print
* pls_rebuild update; option to add species as marker
* now importing lattice and latticeExtra for plot panelling
* now importing lattice and latticeExtra for plot paneling
* pls_plots and plot.respeciate now using lattice/latticeExtra
* added sp_plot_profile and sp_profile_species
* reduced padding on log scale y-axis
Expand Down
Loading

0 comments on commit 4b56873

Please sign in to comment.