Skip to content

Commit 274f038

Browse files
committed
use devtools::install(
1 parent b2a1c71 commit 274f038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: update /data if /data-raw has changed
6666
run: |
67-
devtools::load_all()
67+
devtools::install()
6868
r_scripts <- list.files("data-raw", pattern = "\\.R$", full.names = TRUE)
6969
if (length(r_scripts) > 0) {
7070
for (script in r_scripts) {

data-raw/ewe_nwatlantic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code to prepare `ewe_nwatlantic` datasets
22

3-
# TODO: remove this line after testing the update-data-r GHA
3+
# TODO: remove this line after testing the update-data-r GHA; run install()
44
# The functional groups included in the model
55
functional_groups <- get_functional_groups(
66
file_path = fs::path(

0 commit comments

Comments
 (0)