Skip to content

Error opening MIMIC IV #33

@Shaydund

Description

@Shaydund

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:

  1. ricu::download_src("miiv")
  2. ricu:::download_src.character("miiv")
  3. base::Map(...)
  4. base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
  5. ricu:::download_src.src_cfg(...)
  6. ricu:::download_check_data(...)
  7. ricu:::get_sha256(url, user, pass)
  8. ricu:::download_pysionet_file(...)
  9. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions