Skip to content

Commit ba41f5d

Browse files
committed
trigger GHA on push and fail R CMD Check
1 parent 75dc489 commit ba41f5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-download-artifact.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: test-download-artifact
22
on:
3+
push:
34
workflow_run:
45
workflows: ["call-r-cmd-check"]
56
types:

R/load_.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ utils::globalVariables(c("timestep", "group", "fleet", "month", "type", "year"))
2828
#' )
2929
#' }
3030
# TODO: double check that average of monthly data matches annual data for more than just biomass
31-
load_csv_ewe <- function(file_path, model_years, functional_groups) {
31+
load_csv_ewe <- function(files_path, model_years, functional_groups) {
3232
# Load the EwE data file and extract the data
3333
data <- read_n_skip(file_path)
3434
if (

0 commit comments

Comments
 (0)