Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from RMI-PACTA/don't-load-{config}
Browse files Browse the repository at this point in the history
don't load {config} with `library("config")`
  • Loading branch information
AlexAxthelm committed Dec 6, 2022
2 parents ec94389 + 3c2aea7 commit 8c15d99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion phase-1_combine-portfolios.R
Expand Up @@ -18,7 +18,6 @@ suppressPackageStartupMessages({
library(r2dii.utils) # must install with # devtools::install_github("2DegreesInvesting/r2dii.utils")
library(readr)
library(yaml)
library(config)
library(here)
})

Expand Down
1 change: 0 additions & 1 deletion phase-2_run-pacta-docker.R
Expand Up @@ -4,7 +4,6 @@ library("purrr")
library("tidyr")
library("fs")
library("here")
library("config")


cfg <- config::get(file = commandArgs(trailingOnly = TRUE))
Expand Down
1 change: 0 additions & 1 deletion phase-3_combine-results.R
@@ -1,5 +1,4 @@
library("tidyverse")
library("config")

cfg <- config::get(file = commandArgs(trailingOnly = TRUE))

Expand Down

0 comments on commit 8c15d99

Please sign in to comment.