I have an error opening MIMIC IV using RICU package.
The code i'm writting is the next:
remotes::install_github("eth-mds/ricu", dependencies = TRUE)
Sys.setenv(RICU_PHYSIONET_USER = "xxxxxx" ,
RICU_PHYSIONET_PASS = "xxxxxxx")
library(ricu)
download_src("miiv")
Error in stop_ricu():
! Access to the requested resource was denied. Please set up an
account at https://physionet.org/ and apply for data access.
Backtrace:
- ricu::download_src("miiv")
- ricu:::download_src.character("miiv")
- base::Map(...)
- base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
- ricu:::download_src.src_cfg(...)
- ricu:::download_check_data(...)
- ricu:::get_sha256(url, user, pass)
- ricu:::download_pysionet_file(...)
- ricu:::stop_ricu(...)
###########################################
###########################################
I don't have problems with eicu_demo and mimic_demo.
I have the credentials of mimic IV
My computer pass the requirements.
Sure i'm doing something (stupid) wrong
I have an error opening MIMIC IV using RICU package.
The code i'm writting is the next:
Error in
stop_ricu():! Access to the requested resource was denied. Please set up an
account at https://physionet.org/ and apply for data access.
Backtrace:
###########################################
###########################################
I don't have problems with eicu_demo and mimic_demo.
I have the credentials of mimic IV
My computer pass the requirements.
Sure i'm doing something (stupid) wrong