Skip to content

raviolli77/apple_watch_data_analysis

Repository files navigation

Apple Watch Exploratory Analysis

  • Contributors

    • Raul Eulogio
  • Revisions and edits made by:

This repository serves as a supplement to the exploratory analysis done in the RforDataScienceCommunity youtube channel.

Shiny Dashboard

Shiny dashboard found here.

For publishing purposes rds files must be contained in same directory as the Shiny Dashboard.

Running Project

Project runs on R <= 3.4, will not run on 3.5 due to many packages not yet supported by 3.5 (since it was recently released).

For reproducibility, when starting this project open Rstudio and go to File > Open Project in New Session... as shown below

Upon doing this, the hidden file named .Rprofile will run automatically. Inside this file there is a call to run a file called init.R which was created by the packrat package. This will download all the dependencies with respect to packages.

IMPORTANT TO NOTE: There have been complaints about the BH package downloaded slowly within packrat unfortunately this might be the case when doing the previous command. The issue is still currently being discussed by maintainers of the packrat package. If the wait time to download remains significant, I might remove packrat in later iterations.

Troubleshooting

If you receive the error below when first opening the Rproject, run the command in the screenshot ( packrat::restore(prompt = FALSE) ):

After all files successfully downloaded, you should be able to run all scripts. Any questions please reach out to me.

Resources

About

Repo to supplement the rfordatascience community talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published