Updated URL after domain migration

This commit is contained in:
2024-10-20 12:33:44 +02:00
parent b7d6eb0823
commit f036735592

View File

@ -11,7 +11,7 @@ You need to be using [Gadgetbridge](https://gadgetbridge.org/) with your *Pebble
The easiest way to use this projet is to: The easiest way to use this projet is to:
* download [RStudio](https://www.rstudio.com/products/rstudio/download/#download) * download [RStudio](https://www.rstudio.com/products/rstudio/download/#download)
* download and open [pebble_health_stats.Rmd](https://djib.fr/djib/PebbleHealthStats/src/branch/master/pebble_health_stats.Rmd) * download and open [pebble_health_stats.Rmd](https://git.djib.fr/djib/PebbleHealthStats/src/branch/master/pebble_health_stats.Rmd)
* and press *Knit* on the top left of the editor. * and press *Knit* on the top left of the editor.
You will need to have [R](https://www.r-project.org/) running on you PC as well as the package [Tidyverse](https://www.tidyverse.org/). You will need to have [R](https://www.r-project.org/) running on you PC as well as the package [Tidyverse](https://www.tidyverse.org/).
@ -21,9 +21,9 @@ sudo apt install r-cran-tidyverse
``` ```
## Demo ## Demo
A demo of the output is available [here](https://djib.fr/demos/pebblehealthstats/). A demo of the output is available [here](https://demos.djib.fr/pebblehealthstats/).
You can also download and open [pebble_health_stats.html](https://djib.fr/git/djib/PebbleHealthStats/raw/branch/master/pebble_health_stats.html). You can also download and open [pebble_health_stats.html](https://git.djib.fr/djib/PebbleHealthStats/raw/branch/master/pebble_health_stats.html).
## If you want to go further ## If you want to go further