Skip to content

Commit

Permalink
Merge pull request #488 from fschreyer/LCOEReport
Browse files Browse the repository at this point in the history
Update LCOE reporting script
  • Loading branch information
fschreyer authored Nov 23, 2023
2 parents 6f0db91 + f07f5d0 commit a5efbcf
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 473 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '220922208'
ValidationKey: '221236920'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'remind2: The REMIND R package (2nd generation)'
version: 1.123.2
date-released: '2023-11-08'
version: 1.124.0
date-released: '2023-11-22'
abstract: Contains the REMIND-specific routines for data and model output manipulation.
authors:
- family-names: Rodrigues
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: remind2
Title: The REMIND R package (2nd generation)
Version: 1.123.2
Date: 2023-11-08
Version: 1.124.0
Date: 2023-11-22
Authors@R: c(
person("Renato", "Rodrigues", , "[email protected]", role = c("aut", "cre")),
person("Lavinia", "Baumstark", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ importFrom(quitte,as.quitte)
importFrom(quitte,calcCumulatedDiscount)
importFrom(quitte,df.2.named.vector)
importFrom(quitte,getColValues)
importFrom(quitte,getPeriods)
importFrom(quitte,getRegs)
importFrom(quitte,getScenarios)
importFrom(quitte,inline.data.frame)
Expand Down
Loading

0 comments on commit a5efbcf

Please sign in to comment.