Skip to content

Commit

Permalink
Merge pull request #5 from fbenke-pik/main
Browse files Browse the repository at this point in the history
move tool_fix_IEA_data_for_Industry_subsectors
  • Loading branch information
fbenke-pik authored Nov 5, 2024
2 parents 52abd3b + b4cc9b8 commit 4b797e5
Show file tree
Hide file tree
Showing 7 changed files with 737 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '600930'
ValidationKey: '801240'
AutocreateReadme: yes
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mrindustry: input data generation for the REMIND industry module'
version: 0.3.0
version: 0.4.0
date-released: '2024-11-04'
abstract: The mrindustry packages contains data preprocessing for the REMIND model.
authors:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mrindustry
Title: input data generation for the REMIND industry module
Version: 0.3.0
Version: 0.4.0
Date: 2024-11-04
Authors@R: c(
person(given = "Falk", family = "Benke", email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export(readindustry_subsectors_specific)
export(readvanRuijven2016)
export(readworldsteel)
export(tool_expand_tibble)
export(tool_fix_IEA_data_for_Industry_subsectors)
import(GDPuc)
import(madrat)
import(magclass)
Expand Down Expand Up @@ -123,6 +124,9 @@ importFrom(quitte,order.levels)
importFrom(quitte,overwrite)
importFrom(quitte,seq_range)
importFrom(quitte,sum_total_)
importFrom(readr,col_character)
importFrom(readr,col_skip)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_rds)
Expand Down
Loading

0 comments on commit 4b797e5

Please sign in to comment.