Skip to content

Commit

Permalink
package update 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimishr committed Apr 1, 2024
1 parent eda4a1c commit 8609a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/calcImpactEmissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' function and feed the output of that function in "ef_db" parameter of this
#' function.
#' @param efficiency_improvement Improvement in Emission intensities annually
#' (defaults to 5 percent i.e., 0.05)
#' (defaults to 2 percent i.e., 0.02)
#'
#' @importFrom Hmisc `%nin%`
#' @importFrom collapse join
Expand All @@ -30,7 +30,7 @@
calcImpactEmissions <- function(gdx = NULL,
source_folder = NULL,
ef_db = NULL,
efficiency_improvement = 0.05) {
efficiency_improvement = 0.02) {

if (is.null(gdx)) stop("No GDX file provided from an IMPACT run.")

Expand Down
4 changes: 2 additions & 2 deletions man/calcImpactEmissions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8609a2f

Please sign in to comment.