Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^\.positai$
^\.claude$
^_pkgdown\.yml$

6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Generated by roxygen2: do not edit by hand

export(calcCement)
export(calcCementShare)
export(calcChemicalFeedstocksShare)
export(calcClinkerToCementRatio)
export(calcEmissionFactorsFeedstocks)
export(calcIndustry_CCS_limits)
export(calcIndustry_EEK)
export(calcIndustry_Value_Added)
export(calcODYM_RECC)
export(calcSteel_Projections)
export(calcUNIDO)
export(calcindustry_max_secondary_steel_share)
Expand All @@ -21,15 +18,12 @@ export(convertUSGS)
export(readADVANCE_WP2)
export(readIEA_WEIO_2014)
export(readMueller)
export(readODYM_RECC)
export(readPauliuk)
export(readUNIDO)
export(readUSGS)
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
106 changes: 0 additions & 106 deletions R/ODYM_RECC.R

This file was deleted.

3 changes: 1 addition & 2 deletions R/UNIDO.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@
#' @importFrom GDPuc convertGDP
#' @importFrom madrat toolCountryFill
#' @importFrom magclass as.magpie
#' @importFrom magrittr %>%
#' @importFrom quitte list_to_data_frame madrat_mule
#' @importFrom readr col_character col_double col_integer col_skip cols read_csv
#' @importFrom rlang !!! .data is_empty syms
#' @importFrom rlang is_empty
#' @importFrom tibble tibble tribble
#' @importFrom tidyr drop_na expand_grid unite

Expand Down
Loading