Skip to content

Commit

Permalink
Merge pull request pik-piam#210 from pfuehrlich-pik/master
Browse files Browse the repository at this point in the history
remove edge buildings specific functions
  • Loading branch information
pfuehrlich-pik authored Feb 15, 2022
2 parents 98e1fc6 + 162a88a commit c0bd046
Show file tree
Hide file tree
Showing 25 changed files with 214 additions and 647 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '20366380'
ValidationKey: '20388627'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "mrremind: MadRat REMIND Input Data Package",
"version": "0.107.0",
"version": "0.107.1",
"description": "<p>The mrremind packages contains data preprocessing for the REMIND model.<\/p>",
"creators": [
{
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: mrremind
Type: Package
Title: MadRat REMIND Input Data Package
Version: 0.107.0
Date: 2022-02-11
Version: 0.107.1
Date: 2022-02-14
Authors@R: c(person("Lavinia", "Baumstark", email = "[email protected]", role = c("aut","cre")),
person("Renato", "Rodrigues", role = "aut"),
person("Antoine", "Levesque", role = "aut"),
Expand Down Expand Up @@ -32,7 +32,7 @@ Depends:
R(>= 2.10.0),
magclass(>= 3.17),
madrat(>= 2.5.1),
mrcommons(>= 1.0.0)
mrcommons(>= 1.7.1)
Imports:
assertr,
assertthat,
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
Expand Down Expand Up @@ -144,7 +143,6 @@ importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,is.magpie)
importFrom(magclass,lowpass)
importFrom(magclass,magpiesort)
importFrom(magclass,magpply)
importFrom(magclass,mbind)
Expand Down
2 changes: 1 addition & 1 deletion R/calcFEShares.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ calcFEShares <- function(subtype) {

#---- READ Data -----

edge_buildings = calcOutput("IO", subtype = "output_EDGE_buildings", aggregate = F)
edge_buildings = calcOutput("IOEdgeBuildings", subtype = "output_EDGE_buildings", aggregate = F)
output = calcOutput("IO",subtype = "output", aggregate = F)
fe_demand = calcOutput("FEdemand", aggregate = F)[,,"gdp_SSP1"]
fe_demand = collapseNames(fe_demand)
Expand Down
109 changes: 0 additions & 109 deletions R/calcHDD_CDD.R

This file was deleted.

56 changes: 0 additions & 56 deletions R/calcIEA_PFU.R

This file was deleted.

Loading

0 comments on commit c0bd046

Please sign in to comment.