diff --git a/articles/nwfscDiag.html b/articles/nwfscDiag.html index 59f4ad6..8620024 100644 --- a/articles/nwfscDiag.html +++ b/articles/nwfscDiag.html @@ -69,7 +69,7 @@
vignettes/nwfscDiag.Rmd
nwfscDiag.Rmd
Another way to do handle directory management is by using a project
file and the here
package:
directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
The get_settings_profile()
specifies which parameters to
run a profile for and the parameter ranges for each profile. The low and
@@ -202,7 +202,7 @@
Example: Run all diagnosticsExample: Run a single profile
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
profile_settings <- get_settings_profile(
@@ -226,7 +226,7 @@ Example: Run a single profileExample: Run jitters
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
model_settings <- get_settings(
@@ -243,7 +243,7 @@ Example: Run jittersExample: Run retrospectives
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
model_settings <- get_settings(
@@ -263,7 +263,7 @@ Example: Rerun select values
that failed to converge in the profile. The
rerun_profile_vals()
function allows users to do this.
library(nwfscDiag)
-directory <- here::here("models")
+directory <- here::here("models")
base_model_name <- "base model"
rerun_profile_vals(
mydir = file.path(model_dir, base_name),
diff --git a/pkgdown.yml b/pkgdown.yml
index 3edfe1a..495d105 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -3,4 +3,4 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
nwfscDiag: nwfscDiag.html
-last_built: 2024-10-17T16:04Z
+last_built: 2024-11-13T15:20Z