Forum: help


Cannot use RHRV package [ Reply ] By: louis HOGNON on 2019-12-17 11:52 | [forum:47286] |
Using the RHRV package for 3 months now on Rstudio, I am delighted. However for 2 days, it is impossible to use the package. I have these warning or error messages directly when i execute : library(RHRV) The loading required the package: nonlinearTseries Error: package or namespace load failed for ‘nonlinearTseries’ in loadNamespace (i, c (lib.loc, .libPaths ()), versionCheck = vI [[i]]): no package named ‘TTR’ is found Error: ‘nonlinearTseries’ package cannot be loaded In addition: Warning messages: 1: the ‘RHRV’ package was compiled with version R 3.5.3 2: the ‘nonlinearTseries’ package was compiled with version R 3.5.3 and hrv.visualisation = CreateHRVData () Error in CreateHRVData (): could not find function "CreateHRVData" > hrv.visualisation = SetVerbose (hrv.visualisation, TRUE) Error in SetVerbose (hrv.visualisation, TRUE): could not find function "SetVerbose" > hrv.visualisation = LoadBeatAscii (hrv.visualisation, RecordName = data_RR) Error in LoadBeatAscii (hrv.visualisation, RecordName = data_RR): could not find function "LoadBeatAscii" I tried to load the nonlinearTserie package before the RHRV package or the other RHRV "depends" packages but no results. I then tried to take older versions of Rstudio, but it still doesn't work. Do you have an idea to solve this problem? Thanks you |