Skip to content

Commit b2a1c71

Browse files
committed
add local pkgs
1 parent acc1b37 commit b2a1c71

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/update-data-r.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
with:
6161
extra-packages: |
6262
devtools
63+
local::.
6364
6465
- name: update /data if /data-raw has changed
6566
run: |

data-raw/ewe_nwatlantic.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
# TODO: remove this line after testing the update-data-r GHA
44
# The functional groups included in the model
5-
functional_groups <- ecosystemdata::get_functional_groups(
5+
functional_groups <- get_functional_groups(
66
file_path = fs::path(
77
"data-raw", "ewe_nwatlantic", "base_run", "basic_estimates.csv"
88
)
99
)
1010

11-
ewe_nwatlantic_base <- ecosystemdata::load_model(
11+
ewe_nwatlantic_base <- load_model(
1212
directory = fs::path("data-raw", "ewe_nwatlantic", "base_run"),
1313
type = "ewe",
1414
functional_groups = functional_groups
1515
)
16-
ewe_nwatlantic_env <- ecosystemdata::load_model(
16+
ewe_nwatlantic_env <- load_model(
1717
directory = fs::path("data-raw", "ewe_nwatlantic", "environmental_link"),
1818
type = "ewe",
1919
functional_groups = functional_groups

0 commit comments

Comments
 (0)