From 07fff653c2027127b0fe59db67aa4120fd9e6d4c Mon Sep 17 00:00:00 2001 From: krlmlr Date: Mon, 5 Aug 2024 20:32:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20poissonc?= =?UTF-8?q?onsulting/hmstimer@2f8a469643bacccea9609c2595644ddbc82667d7=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/hms_timer.html | 2 +- reference/tmr_elapsed.html | 8 ++++---- reference/tmr_print.html | 2 +- reference/tmr_start.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 8c46e4b..43909f3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-08-05T19:16Z +last_built: 2024-08-05T20:32Z diff --git a/reference/hms_timer.html b/reference/hms_timer.html index 60442f9..37c4be6 100644 --- a/reference/hms_timer.html +++ b/reference/hms_timer.html @@ -74,7 +74,7 @@

Examples

print(x) #> 00:00:01 print(tmr_elapsed(x)) -#> 00:00:01.104575 +#> 00:00:01.104779 print(x) #> 00:00:01 diff --git a/reference/tmr_elapsed.html b/reference/tmr_elapsed.html index 81b2066..82a39f1 100644 --- a/reference/tmr_elapsed.html +++ b/reference/tmr_elapsed.html @@ -85,16 +85,16 @@

See also

Examples

tmr <- tmr_start(tmr_timer())
 print(tmr_elapsed(tmr))
-#> 00:00:00.000773
+#> 00:00:00.000764
 Sys.sleep(0.01)
 print(tmr_elapsed(tmr))
-#> 00:00:00.012881
+#> 00:00:00.012933
 tmr <- tmr_stop(tmr)
 print(tmr_elapsed(tmr))
-#> 00:00:00.014137
+#> 00:00:00.014318
 Sys.sleep(0.01)
 print(tmr_elapsed(tmr))
-#> 00:00:00.014137
+#> 00:00:00.014318
 
diff --git a/reference/tmr_print.html b/reference/tmr_print.html index 771e328..4e55728 100644 --- a/reference/tmr_print.html +++ b/reference/tmr_print.html @@ -85,7 +85,7 @@

See also

Examples

x <- tmr_start(tmr_timer())
 tmr_print(x)
-#> [1] "19:16:48 (+00:00:01 => 19:16:49)"
+#> [1] "20:32:56 (+00:00:01 => 20:32:57)"
 
diff --git a/reference/tmr_start.html b/reference/tmr_start.html index 51271e9..67d7058 100644 --- a/reference/tmr_start.html +++ b/reference/tmr_start.html @@ -85,10 +85,10 @@

See also

Examples

tmr <- tmr_start(tmr_timer())
 print(tmr_elapsed(tmr))
-#> 00:00:00.000769
+#> 00:00:00.000832
 Sys.sleep(0.01)
 print(tmr_elapsed(tmr))
-#> 00:00:00.012887
+#> 00:00:00.013067