Skip to content

Commit

Permalink
Import capture.output
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Mar 14, 2024
1 parent a08e44c commit af4133f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 138 deletions.
6 changes: 0 additions & 6 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 Expand Up @@ -270,7 +265,6 @@ importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(tidyselect,everything)
importFrom(tools,md5sum)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
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 af4133f

Please sign in to comment.