From 53537ab9476cf11e91a4b1c5955f2f1a7f405659 Mon Sep 17 00:00:00 2001 From: Konstantinos Vantas Date: Wed, 8 Jan 2025 04:24:24 +0000 Subject: [PATCH] Deploy from Github Actions build 12664001319 [ci skip] Build URL: https://github.com/ropensci/hydroscoper/actions/runs/12664001319 Commit: 5f92c0e554c5e22aa235c2fc0bec391976bb65f4 --- articles/intro_hydroscoper.html | 4 +--- articles/stations_with_data.html | 4 +--- pkgdown.yml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/articles/intro_hydroscoper.html b/articles/intro_hydroscoper.html index bac83f5..b54db7e 100644 --- a/articles/intro_hydroscoper.html +++ b/articles/intro_hydroscoper.html @@ -85,7 +85,7 @@

An introduction to hydroscoper

Konstantinos Vantas

-

2025-01-07

+

2025-01-08

Source: vignettes/intro_hydroscoper.Rmd @@ -235,8 +235,6 @@

Example
 library(hydroscoper)
 library(ggplot2)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 library(tibble)

We will use the package’s data stations and timeseries, to reduce the time needed with data munging. We diff --git a/articles/stations_with_data.html b/articles/stations_with_data.html index b360954..7cfcb83 100644 --- a/articles/stations_with_data.html +++ b/articles/stations_with_data.html @@ -84,7 +84,7 @@

Using hydroscoper’s data

Konstantinos Vantas

-

2025-01-07

+

2025-01-08

Source: vignettes/stations_with_data.Rmd @@ -100,8 +100,6 @@

Load libraries
 library(hydroscoper)
 library(tibble)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 library(ggplot2)
diff --git a/pkgdown.yml b/pkgdown.yml index 13e301e..2b144d4 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,4 +4,4 @@ pkgdown_sha: ~ articles: intro_hydroscoper: intro_hydroscoper.html stations_with_data: stations_with_data.html -last_built: 2025-01-07T04:24Z +last_built: 2025-01-08T04:24Z