Skip to content

Commit

Permalink
Merge branch 'master' into smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters authored Mar 14, 2024
2 parents a4ea0a7 + 1e50f6f commit ea2ba23
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 137 deletions.
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export(showStatsTable)
export(substituePlaceholder)
export(switchValuesScenConf)
export(toolRegionSubsets)
export(validationREMIND)
export(variablesAsList)
import(magclass)
importFrom(abind,abind)
Expand Down Expand Up @@ -163,18 +162,14 @@ importFrom(ggplot2,xlab)
importFrom(gms,getLine)
importFrom(gms,readDefaultConfig)
importFrom(grDevices,colorRampPalette)
importFrom(iamc,iamCheck)
importFrom(knitr,knit)
importFrom(lucode2,getScenNames)
importFrom(luplot,magpie2ggplot2)
importFrom(luplot,plotcountrymap)
importFrom(luscale,speed_aggregate)
importFrom(lusweave,swR)
importFrom(lusweave,swclose)
importFrom(lusweave,swfigure)
importFrom(lusweave,swlatex)
importFrom(lusweave,swopen)
importFrom(lusweave,swtable)
importFrom(madrat,calcOutput)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolGetMapping)
Expand Down
2 changes: 1 addition & 1 deletion R/convGDX2MIF.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' @importFrom gdx readGDX
#' @importFrom magclass mbind write.report
#' @importFrom piamInterfaces checkSummations
#' @importFrom utils write.csv
#' @importFrom utils write.csv capture.output

convGDX2MIF <- function(gdx, gdx_ref = NULL, file = NULL, scenario = "default",
t = c(seq(2005, 2060, 5), seq(2070, 2110, 10), 2130, 2150),
Expand Down
1 change: 1 addition & 0 deletions R/reportEDGETransport.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#' @importFrom data.table fread fwrite rbindlist copy CJ setnames := data.table as.data.table
#' @importFrom dplyr %>%
#' @importFrom quitte as.quitte
#' @importFrom utils capture.output
#' @export

reportEDGETransport <- function(output_folder=".",
Expand Down
99 changes: 0 additions & 99 deletions R/validationREMIND.R

This file was deleted.

32 changes: 0 additions & 32 deletions man/validationREMIND.Rd

This file was deleted.

0 comments on commit ea2ba23

Please sign in to comment.