Skip to content

An R/Shiny project to make the HRA/HRV software available. Replaces the software from the HRV repository. Fully functional, but still beta. Check out the live version at https://hraexplorer.com. The authors of the application are Jarosław Piskorski, PhD, and Prof. Przemysław Guzik

Notifications You must be signed in to change notification settings

jaropis/HRAexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An R/Shiny project to make the HRA/HRV software available. Replaces the software from the HRV repository. Fully functional, but still beta. Check out the live version at https://hraexplorer.com. The authors of the application are Jarosław Piskorski, PhD, and Prof. Przemysław Guzik

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published