Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.12 KB

File metadata and controls

17 lines (13 loc) · 1.12 KB

HRAexplorer

How to install locally:

  • download and install rust (programming language) from https://www.rust-lang.org/tools/install
  • download R from https://cloud.r-project.org/ and install
  • download and install free RStudio from https://www.rstudio.com/products/rstudio/download/
  • in the R console (the one with the > prompt) enter: install.packages("devtools", dependencies = TRUE)
  • answer Y or the top choice to any questions
  • in the console enter devtools::install_github("jaropis/hrvhra", dependencies = TRUE)
  • in the console enter devtools::install_github('jaropis/shinydashboardplus0.7.5')
  • in the console enter devtools::install_github("jaropis/HRAexplorer", dependencies = TRUE)
  • from now on, you will only need the following: run RStudio and enter in the prompt HRAexplorer::runHRAexplorer()

Fourier analysis for long recordings

If you are sure you want to calculate the spectral analysis for really long recordings, go to globals.R and set glob_block_long_recordings <- FALSE