From 77aa88bc1712a829f75f7bc322b83ff658ab8ba6 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Tue, 3 Dec 2024 23:03:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20business?= =?UTF-8?q?-science/tibbletime@8681da0ec23f8cbfb4125c0188f5cb6948fe6f20=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- LICENSE-text.html | 2 +- articles/TT-01-time-based-filtering.html | 2 +- articles/TT-02-changing-time-periods.html | 2 +- articles/TT-03-rollify-for-rolling-analysis.html | 6 +++--- articles/TT-04-use-with-dplyr.html | 2 +- articles/index.html | 2 +- authors.html | 6 +++--- index.html | 2 +- news/index.html | 4 ++-- pkgdown.yml | 2 +- reference/FANG.html | 2 +- reference/FB.html | 2 +- reference/as_period.html | 2 +- reference/ceiling_index.html | 2 +- reference/collapse_by.html | 2 +- reference/collapse_index.html | 2 +- reference/create_series.html | 2 +- reference/filter_time.html | 2 +- reference/floor_index.html | 2 +- reference/getters.html | 2 +- reference/index.html | 2 +- reference/new_tbl_time.html | 2 +- reference/parse_period.html | 2 +- reference/partition_index.html | 2 +- reference/posixct_numeric_to_datetime.html | 2 +- reference/reconstruct.html | 2 +- reference/reexports.html | 2 +- reference/rollify.html | 2 +- reference/tbl_time.html | 4 ++-- reference/tibbletime.html | 4 ++-- 31 files changed, 38 insertions(+), 38 deletions(-) diff --git a/404.html b/404.html index 158671a..5ff3168 100644 --- a/404.html +++ b/404.html @@ -38,7 +38,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/LICENSE-text.html b/LICENSE-text.html index 16c27c9..7b95633 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/articles/TT-01-time-based-filtering.html b/articles/TT-01-time-based-filtering.html index 9507286..749b25c 100644 --- a/articles/TT-01-time-based-filtering.html +++ b/articles/TT-01-time-based-filtering.html @@ -38,7 +38,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/articles/TT-02-changing-time-periods.html b/articles/TT-02-changing-time-periods.html index 791c129..989d722 100644 --- a/articles/TT-02-changing-time-periods.html +++ b/articles/TT-02-changing-time-periods.html @@ -38,7 +38,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/articles/TT-03-rollify-for-rolling-analysis.html b/articles/TT-03-rollify-for-rolling-analysis.html index 280dcf7..623d9d2 100644 --- a/articles/TT-03-rollify-for-rolling-analysis.html +++ b/articles/TT-03-rollify-for-rolling-analysis.html @@ -38,7 +38,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 @@ -154,8 +154,8 @@

A rolling average## { ## roller(..., .f = .f, window = window, unlist = unlist, na_value = na_value) ## } -## <bytecode: 0x564ec8780c98> -## <environment: 0x564ec87844a8> +## <bytecode: 0x559555b9ddc8> +## <environment: 0x559555ba15d8>

We now have a rolling version of the function, mean(). You use it in a similar way to how you might use mean().

diff --git a/articles/TT-04-use-with-dplyr.html b/articles/TT-04-use-with-dplyr.html index 02246c4..bdb4f60 100644 --- a/articles/TT-04-use-with-dplyr.html +++ b/articles/TT-04-use-with-dplyr.html @@ -38,7 +38,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/articles/index.html b/articles/index.html index 8d205f9..6252568 100644 --- a/articles/index.html +++ b/articles/index.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/authors.html b/authors.html index ae3d494..75964f5 100644 --- a/authors.html +++ b/authors.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 @@ -95,13 +95,13 @@

Citation

Vaughan D, Dancho M (2024). tibbletime: Time Aware Tibbles. -R package version 0.1.8.9000, https://github.com/business-science/tibbletime. +R package version 0.1.9, https://github.com/business-science/tibbletime.

@Manual{,
   title = {tibbletime: Time Aware Tibbles},
   author = {Davis Vaughan and Matt Dancho},
   year = {2024},
-  note = {R package version 0.1.8.9000},
+  note = {R package version 0.1.9},
   url = {https://github.com/business-science/tibbletime},
 }
diff --git a/index.html b/index.html index d0545ef..91e34da 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/news/index.html b/news/index.html index d839cf5..aa6251e 100644 --- a/news/index.html +++ b/news/index.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 @@ -76,7 +76,7 @@

Changelog

- +
diff --git a/pkgdown.yml b/pkgdown.yml index bfec4f5..59d582f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,4 +6,4 @@ articles: TT-02-changing-time-periods: TT-02-changing-time-periods.html TT-03-rollify-for-rolling-analysis: TT-03-rollify-for-rolling-analysis.html TT-04-use-with-dplyr: TT-04-use-with-dplyr.html -last_built: 2024-12-03T21:37Z +last_built: 2024-12-03T23:03Z diff --git a/reference/FANG.html b/reference/FANG.html index f72b96d..fca37a2 100644 --- a/reference/FANG.html +++ b/reference/FANG.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9
diff --git a/reference/FB.html b/reference/FB.html index e7d57af..e522f29 100644 --- a/reference/FB.html +++ b/reference/FB.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/as_period.html b/reference/as_period.html index 46f7d3a..916f8ed 100644 --- a/reference/as_period.html +++ b/reference/as_period.html @@ -26,7 +26,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/ceiling_index.html b/reference/ceiling_index.html index 50c128d..5398d5f 100644 --- a/reference/ceiling_index.html +++ b/reference/ceiling_index.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/collapse_by.html b/reference/collapse_by.html index 96011a0..8cc8df1 100644 --- a/reference/collapse_by.html +++ b/reference/collapse_by.html @@ -25,7 +25,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/collapse_index.html b/reference/collapse_index.html index c1bf2b3..69f5701 100644 --- a/reference/collapse_index.html +++ b/reference/collapse_index.html @@ -25,7 +25,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/create_series.html b/reference/create_series.html index 3f6e3d2..c5ff222 100644 --- a/reference/create_series.html +++ b/reference/create_series.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/filter_time.html b/reference/filter_time.html index 7f0f1e1..0116fbf 100644 --- a/reference/filter_time.html +++ b/reference/filter_time.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/floor_index.html b/reference/floor_index.html index be8f742..5ca8724 100644 --- a/reference/floor_index.html +++ b/reference/floor_index.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/getters.html b/reference/getters.html index ba1cada..de2f413 100644 --- a/reference/getters.html +++ b/reference/getters.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/index.html b/reference/index.html index 554c534..9ac9d91 100644 --- a/reference/index.html +++ b/reference/index.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/new_tbl_time.html b/reference/new_tbl_time.html index da19eb3..5d9250f 100644 --- a/reference/new_tbl_time.html +++ b/reference/new_tbl_time.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/parse_period.html b/reference/parse_period.html index a2ef8d8..583150f 100644 --- a/reference/parse_period.html +++ b/reference/parse_period.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/partition_index.html b/reference/partition_index.html index 9ac4137..761c040 100644 --- a/reference/partition_index.html +++ b/reference/partition_index.html @@ -25,7 +25,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/posixct_numeric_to_datetime.html b/reference/posixct_numeric_to_datetime.html index 5d37314..6686eec 100644 --- a/reference/posixct_numeric_to_datetime.html +++ b/reference/posixct_numeric_to_datetime.html @@ -23,7 +23,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/reconstruct.html b/reference/reconstruct.html index b447d56..aae1649 100644 --- a/reference/reconstruct.html +++ b/reference/reconstruct.html @@ -25,7 +25,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/reexports.html b/reference/reexports.html index a72c8f8..562413f 100644 --- a/reference/reexports.html +++ b/reference/reexports.html @@ -30,7 +30,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/rollify.html b/reference/rollify.html index 6bc2616..13d1e69 100644 --- a/reference/rollify.html +++ b/reference/rollify.html @@ -24,7 +24,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 diff --git a/reference/tbl_time.html b/reference/tbl_time.html index 89b7ffa..23e9949 100644 --- a/reference/tbl_time.html +++ b/reference/tbl_time.html @@ -25,7 +25,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 @@ -141,7 +141,7 @@

Examples

#> $index_quo #> <quosure> #> expr: ^date -#> env: 0x562cc3bea098 +#> env: 0x55a610b2d0d0 #> #> $index_time_zone #> [1] "UTC" diff --git a/reference/tibbletime.html b/reference/tibbletime.html index 97114ae..25ca964 100644 --- a/reference/tibbletime.html +++ b/reference/tibbletime.html @@ -28,7 +28,7 @@ tibbletime - 0.1.8.9000 + 0.1.9 @@ -99,7 +99,7 @@

See also

Author

-

Maintainer: Davis Vaughan davis@rstudio.com

+

Maintainer: Davis Vaughan davis@posit.co

Authors: