From 47807d987e0257933433bb86289454721bbc5047 Mon Sep 17 00:00:00 2001 From: Quinn Thomas Date: Fri, 20 Sep 2024 09:35:15 -0400 Subject: [PATCH] Update combined_forecast.R --- workflows/glm_flare_v3/combined_forecast.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/glm_flare_v3/combined_forecast.R b/workflows/glm_flare_v3/combined_forecast.R index 5ee275e..9181544 100644 --- a/workflows/glm_flare_v3/combined_forecast.R +++ b/workflows/glm_flare_v3/combined_forecast.R @@ -1,8 +1,8 @@ library(tidyverse) library(lubridate) -remotes::install_github('flare-forecast/FLAREr@single-parameter') -remotes::install_github("rqthomas/GLM3r") +#remotes::install_github('flare-forecast/FLAREr@single-parameter') +#remotes::install_github("rqthomas/GLM3r") Sys.setenv('GLM_PATH'='GLM3r') lake_directory <- here::here()