diff --git a/articles/cb2create.html b/articles/cb2create.html index 3c503cb6..e4078175 100644 --- a/articles/cb2create.html +++ b/articles/cb2create.html @@ -262,7 +262,7 @@

The sftime objects
 dt <- climate_flat |> 
   sf::st_as_sf(coords = c("long", "lat"), crs = sf::st_crs("OGC:CRS84")) |> 
-  sftime::st_as_sftime()
+  sftime::st_as_sftime()
 dt |> as_cubble(key = id, index = date)
 #> # cubble:   key: id [3], index: date, nested form, [sf]
 #> # spatial:  [144.83, -37.98, 145.1, -37.67], WGS 84
diff --git a/news/index.html b/news/index.html
index a15572c3..e1a8fdf5 100644
--- a/news/index.html
+++ b/news/index.html
@@ -76,7 +76,7 @@ 

Changelog

- +
  • version update for JSS publication
  • fix the st_transformation on spatial_cubble_df (#32)
diff --git a/pkgdown.yml b/pkgdown.yml index f65f24b5..066d8770 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,4 +9,4 @@ articles: cb5match: cb5match.html cb6interactive: cb6interactive.html cb7misc: cb7misc.html -last_built: 2024-08-27T14:16Z +last_built: 2024-09-13T15:28Z diff --git a/reference/as_cubble.html b/reference/as_cubble.html index 61e76573..5057e030 100644 --- a/reference/as_cubble.html +++ b/reference/as_cubble.html @@ -209,7 +209,7 @@

Examples

# don't have to supply coords if create from a sftime dt <- climate_flat |> sf::st_as_sf(coords = c("long", "lat"), crs = sf::st_crs("OGC:CRS84")) |> - sftime::st_as_sftime() + sftime::st_as_sftime() dt |> as_cubble(key = id, index = date) #> # cubble: key: id [3], index: date, nested form, [sf] #> # spatial: [144.83, -37.98, 145.1, -37.67], WGS 84 diff --git a/reference/figures/README-layout-1.png b/reference/figures/README-layout-1.png deleted file mode 100644 index 1608df22..00000000 Binary files a/reference/figures/README-layout-1.png and /dev/null differ