-
Contributors
- Raul Eulogio
-
Revisions and edits made by:
- Brittany-Marie Swanson
- Ivana Gomez
This repository serves as a supplement to the exploratory analysis done in the RforDataScienceCommunity
youtube channel.
Shiny dashboard found here.
For publishing purposes rds
files must be contained in same directory as the Shiny Dashboard.
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.
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.
- Programming with dplyr
- Foschini Luca et. all - Observation Time vs. Performance in Digital Phenotyping
- Ballinger Brandon et. all - Deep Heart: Semi-Supervised Sequence Learning for Cardiovascular Risk Prediction
- Prabhakaran Selva - Top 50 ggplot2 Visualizations - The Master List (With Full R Code)
- Thoen Edwin - Tidy Evaluations, most commmon Actions