From 58b403eb7ce3a2a2a632fb4d9056f1ae8492bcf1 Mon Sep 17 00:00:00 2001 From: chantelwetzel-noaa Date: Wed, 13 Nov 2024 15:20:39 +0000 Subject: [PATCH] Built site for nwfscDiag@1.1.2: c3c8d77 --- articles/nwfscDiag.html | 12 ++++++------ pkgdown.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@

nwfscDiag

Chantel Wetzel

-

2024-10-17

+

2024-11-13

Source: vignettes/nwfscDiag.Rmd @@ -132,7 +132,7 @@

Example: Run all diagnosticsbase_model_name <- "base model"

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