Skip to content

Commit 6ccfe99

Browse files
committed
Deploying to gh-pages from @ d5444ce 🚀
1 parent fb6bc95 commit 6ccfe99

13 files changed

Lines changed: 6 additions & 14 deletions

articles/resourcecode.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/resourcecode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ if (!is.null(ts)) {
179179
}
180180
```
181181

182+
![](resourcecode_files/figure-html/unnamed-chunk-8-1.png)
183+
182184
- 1D and 2D spectra of the SPEC grid can be downloaded directly from
183185
IFREMER FTP using functions `get_1Dspectrum()` and `get_2Dspectrum()`.
184186
We also provide a plotting function for the 2D spectrum.

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
resourcecode: resourcecode.html
6-
last_built: 2026-02-03T12:20Z
6+
last_built: 2026-02-03T14:26Z
77
urls:
88
reference: https://resourcecode-project.github.io/r-resourcecode/reference
99
article: https://resourcecode-project.github.io/r-resourcecode/articles
4.97 KB
Loading

reference/compute_sea_state_1d_spectrum.html

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/compute_sea_state_1d_spectrum.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ rscd_params <- get_parameters(
3232
end = "1994-01-31 23:00:00",
3333
parameters = c("hs", "tp")
3434
)
35-
#> HTTP error 404: Not Found
36-
#> Failed to retrieve parameter: hs
3735
spec <- resourcecodedata::rscd_1d_spectra
3836
param_calc <- compute_sea_state_1d_spectrum(spec)
3937
oldpar <- par(mfcol = c(2, 1))
4.97 KB
Loading

reference/compute_sea_state_2d_spectrum.html

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/compute_sea_state_2d_spectrum.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ rscd_params <- get_parameters(
3232
end = "1994-01-31 23:00:00",
3333
parameters = c("hs", "tp")
3434
)
35-
#> Network error: Could not connect to the remote resource. The server may be unavailable.
36-
#> Failed to retrieve parameter: hs
3735
spec <- resourcecodedata::rscd_2d_spectra
3836
param_calc <- compute_sea_state_2d_spectrum(spec)
3937
oldpar <- par(mfcol = c(2, 1))

reference/get_parameters-1.png

4.72 KB
Loading

0 commit comments

Comments
 (0)