Forum: help


RE: Struggle to install RHRV package [ Reply ] By: Louise ROBINET on 2023-04-20 19:22 | [forum:49644] |
Ok thank you very much for your quick response !! :D |
RE: Struggle to install RHRV package [ Reply ] By: Steffen Lehmann on 2023-04-20 19:13 | [forum:49643] |
It seems like RHRV uses waveslim which requires FORTRAN (gfortran) that is not officially support on apple silicon. Here is a link to stackoverflow that goes into more detail: https://stackoverflow.com/questions/64803915/r-and-rstudio-on-apple-silicon. I would recommend to use the reticulate package to run that analysis in python using hrv-analysis as there is no alternative for HRV analysis in R. :) https://www.rdocumentation.org/packages/reticulate/versions/1.28 https://pypi.org/project/hrv-analysis/ |
Struggle to install RHRV package [ Reply ] By: Louise ROBINET on 2023-04-20 18:29 | [forum:49642]![]() |
Hello, I'm currently trying to install the package RHRV on Rsutdio but it keeps failing... I am attaching a screenshot of the error that appears when I write 'install.packages("RHRV") |