Skip to content

Commit

Permalink
trying this one
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Nov 6, 2023
1 parent fd5c390 commit f061dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion baseline_models/models/aquatics_climatology.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ neon4cast::submit(forecast_file = forecast_file,
ask = FALSE)

remotes::install_github("eco4cast/neon4cast", ref = "ci_upgrade")
detach("package:neon4cast", unload = TRUE)
library(neon4cast)
detach("package:neon4cast", unload = TRUE)


neon4cast::submit(forecast_file = forecast_file,
ask = FALSE)
Expand Down
3 changes: 2 additions & 1 deletion baseline_models/models/aquatics_persistenceRW.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ neon4cast::submit(forecast_file = forecast_file,
ask = FALSE)

remotes::install_github("eco4cast/neon4cast", ref = "ci_upgrade")
detach("package:neon4cast", unload = TRUE)
library(neon4cast)
detach("package:neon4cast", unload = TRUE)


neon4cast::submit(forecast_file = forecast_file,
ask = FALSE)
Expand Down

0 comments on commit f061dce

Please sign in to comment.