diff --git a/articles/FITfileR.html b/articles/FITfileR.html index 59adee2..37cac51 100644 --- a/articles/FITfileR.html +++ b/articles/FITfileR.html @@ -83,7 +83,7 @@

Reading FIT files

Mike L. Smith

-

2024-04-23

+

2024-05-07

Source: vignettes/FITfileR.Rmd @@ -542,7 +542,8 @@

Comparing heart rate m ``` ## Warning in geom_circle(data = power, aes(x0 = 0, y0 = 0, r = 1), lwd = 7.8, : 
[1m
[22mAll aesthetics have length 1, but the data has 4 rows. -## 
[36mℹ
[39m Did you mean to use `annotate()`? +## 
[36mℹ
[39m Please consider using `annotate()` or provide this layer with data containing +## a single row. ```
@@ -610,13 +611,13 @@

Session Info
 sessionInfo()

-
## R version 4.3.3 (2024-02-29)
-## Platform: x86_64-apple-darwin20 (64-bit)
-## Running under: macOS Monterey 12.7.4
+
## R version 4.4.0 (2024-04-24)
+## Platform: aarch64-apple-darwin20
+## Running under: macOS Sonoma 14.4.1
 ## 
 ## Matrix products: default
-## BLAS:   /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRblas.0.dylib 
-## LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0
+## BLAS:   /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib 
+## LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0
 ## 
 ## locale:
 ## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
@@ -628,24 +629,24 @@ 

Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] ggforce_0.4.2 zoo_1.8-12 ggplot2_3.5.0 tidyr_1.3.1 leaflet_2.2.2 +## [1] ggforce_0.4.2 zoo_1.8-12 ggplot2_3.5.1 tidyr_1.3.1 leaflet_2.2.2 ## [6] dplyr_1.1.4 FITfileR_0.1.9 ## ## loaded via a namespace (and not attached): -## [1] sass_0.4.9 utf8_1.2.4 generics_0.1.3 lattice_0.22-5 +## [1] sass_0.4.9 utf8_1.2.4 generics_0.1.3 lattice_0.22-6 ## [5] digest_0.6.35 magrittr_2.0.3 RColorBrewer_1.1-3 evaluate_0.23 -## [9] grid_4.3.3 fastmap_1.1.1 jsonlite_1.8.8 purrr_1.0.2 +## [9] grid_4.4.0 fastmap_1.1.1 jsonlite_1.8.8 purrr_1.0.2 ## [13] fansi_1.0.6 crosstalk_1.2.1 scales_1.3.0 tweenr_2.0.3 -## [17] codetools_0.2-19 jquerylib_0.1.4 cli_3.6.2 rlang_1.1.3 +## [17] codetools_0.2-20 jquerylib_0.1.4 cli_3.6.2 rlang_1.1.3 ## [21] polyclip_1.10-6 bit64_4.0.5 munsell_0.5.1 withr_3.0.0 -## [25] cachem_1.0.8 yaml_2.3.8 tools_4.3.3 memoise_2.0.1 +## [25] cachem_1.0.8 yaml_2.3.8 tools_4.4.0 memoise_2.0.1 ## [29] colorspace_2.1-0 vctrs_0.6.5 R6_2.5.1 lifecycle_1.0.4 -## [33] fs_1.6.3 htmlwidgets_1.6.4 bit_4.0.5 MASS_7.3-60.0.1 +## [33] fs_1.6.4 htmlwidgets_1.6.4 bit_4.0.5 MASS_7.3-60.2 ## [37] pkgconfig_2.0.3 desc_1.4.3 pkgdown_2.0.9 pillar_1.9.0 ## [41] bslib_0.7.0 gtable_0.3.5 Rcpp_1.0.12 glue_1.7.0 ## [45] xfun_0.43 tibble_3.2.1 tidyselect_1.2.1 highr_0.10 -## [49] knitr_1.45 farver_2.1.1 htmltools_0.5.8.1 rmarkdown_2.26 -## [53] labeling_0.4.3 compiler_4.3.3

+## [49] knitr_1.46 farver_2.1.1 htmltools_0.5.8.1 rmarkdown_2.26 +## [53] labeling_0.4.3 compiler_4.4.0
diff --git a/articles/FITfileR_files/figure-html/unnamed-chunk-3-1.png b/articles/FITfileR_files/figure-html/unnamed-chunk-3-1.png index 32bc530..221518e 100644 Binary files a/articles/FITfileR_files/figure-html/unnamed-chunk-3-1.png and b/articles/FITfileR_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 68ff094..91ad820 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.9 pkgdown_sha: ~ articles: FITfileR: FITfileR.html -last_built: 2024-04-23T08:37Z +last_built: 2024-05-07T15:33Z