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 @@
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