Skip to content

Commit

Permalink
Rm'd setYears, restructured imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonn Rüter committed Dec 17, 2024
1 parent b624b99 commit 874a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reportEmiAirPol.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#'
#' @export
#' @importFrom gdx readGDX
#' @importFrom magclass collapseNames getNames<- mbind setNames new.magpie getYears mbind setYears getItems
#' @importFrom magclass new.magpie mbind getNames<- setNames collapseNames getYears getItems
reportEmiAirPol <- function(gdx, regionSubsetList = NULL, t = c(seq(2005, 2060, 5), seq(2070, 2110, 10), 2130, 2150)) {
# Get realisation name
realisation <- readGDX(gdx, "module2realisation")
Expand Down

0 comments on commit 874a9a5

Please sign in to comment.