From 760084a6c204d75890a02d80ff39da47370aa259 Mon Sep 17 00:00:00 2001 From: krlmlr Date: Sun, 10 Nov 2024 18:46:53 +0000 Subject: [PATCH] Built site for hmstimer@0.3.0.9000: b15d218 --- pkgdown.yml | 4 ++-- reference/hms_timer.html | 2 +- reference/tmr_elapsed.html | 8 ++++---- reference/tmr_print.html | 2 +- reference/tmr_start.html | 4 ++-- reference/tmr_stop.html | 4 ++-- search.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 9d3d76e..225e88d 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,8 +1,8 @@ pandoc: 3.1.11 pkgdown: 2.1.1.9000 -pkgdown_sha: 09588af3fedb96db3736401949ce244559ebde17 +pkgdown_sha: c40ba2c989e786bbb2829b431114d26375bbe19a articles: {} -last_built: 2024-11-01T15:59Z +last_built: 2024-11-10T18:46Z urls: reference: https://poissonconsulting.github.io/hmstimer/reference article: https://poissonconsulting.github.io/hmstimer/articles diff --git a/reference/hms_timer.html b/reference/hms_timer.html index c24f2cd..8c1799d 100644 --- a/reference/hms_timer.html +++ b/reference/hms_timer.html @@ -68,7 +68,7 @@

Examplesprint(x) #> 00:00:01 print(tmr_elapsed(x)) -#> 00:00:01.102967 +#> 00:00:01.103028 print(x) #> 00:00:01 diff --git a/reference/tmr_elapsed.html b/reference/tmr_elapsed.html index c8d8ea0..b34bbf3 100644 --- a/reference/tmr_elapsed.html +++ b/reference/tmr_elapsed.html @@ -76,16 +76,16 @@

See alsoExamples

tmr <- tmr_start(tmr_timer())
 print(tmr_elapsed(tmr))
-#> 00:00:00.000525
+#> 00:00:00.000493
 Sys.sleep(0.01)
 print(tmr_elapsed(tmr))
-#> 00:00:00.012148
+#> 00:00:00.012035
 tmr <- tmr_stop(tmr)
 print(tmr_elapsed(tmr))
-#> 00:00:00.013422
+#> 00:00:00.013096
 Sys.sleep(0.01)
 print(tmr_elapsed(tmr))
-#> 00:00:00.013422
+#> 00:00:00.013096