Skip to content

Commit

Permalink
Migrate readEU_ReferenceScenario to mrcommons
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhasse committed Aug 2, 2023
1 parent 6f3ad56 commit 3fdae79
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 401 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '32694786'
ValidationKey: '32721040'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mrremind: MadRat REMIND Input Data Package'
version: 0.167.1
date-released: '2023-07-28'
version: 0.167.2
date-released: '2023-08-01'
abstract: The mrremind packages contains data preprocessing for the REMIND model.
authors:
- family-names: Baumstark
Expand Down
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: mrremind
Title: MadRat REMIND Input Data Package
Version: 0.167.1
Date: 2023-07-28
Version: 0.167.2
Date: 2023-08-01
Authors@R: c(
person("Lavinia", "Baumstark", , "[email protected]", role = c("aut", "cre")),
person("Renato", "Rodrigues", role = "aut"),
Expand Down Expand Up @@ -41,7 +41,7 @@ Depends:
madrat (>= 2.5.1),
magclass (>= 3.17),
mrdrivers (>= 1.0.0),
mrcommons (>= 1.26.6),
mrcommons (>= 1.33.3),
edgeTransport (>= 0.17.0)
Imports:
assertr,
Expand All @@ -57,7 +57,6 @@ Imports:
magrittr,
mgsub,
nnls,
openxlsx,
plyr,
purrr,
quitte (>= 0.3105.0),
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export(calcpm_delta_kap_industry)
export(convertADVANCE_WP2)
export(convertAGEB)
export(convertEDGAR7Fgases)
export(convertEU_ReferenceScenario)
export(convertEmber)
export(convertHRE)
export(convertMueller)
Expand All @@ -44,7 +43,6 @@ export(readADVANCE_WP2)
export(readAGEB)
export(readAR6GWP)
export(readEDGAR7Fgases)
export(readEU_ReferenceScenario)
export(readEmber)
export(readHRE)
export(readIEA_WEIO_2014)
Expand Down Expand Up @@ -213,7 +211,6 @@ importFrom(magclass,write.magpie)
importFrom(magclass,write.report)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(openxlsx,read.xlsx)
importFrom(plyr,round_any)
importFrom(purrr,map)
importFrom(purrr,reduce)
Expand Down
83 changes: 0 additions & 83 deletions R/convertEU_ReferenceScenario.R

This file was deleted.

Loading

0 comments on commit 3fdae79

Please sign in to comment.