After restoring the renv environment (renv::restore()) and reloading R, the last two lines of the .Rprofile file cause an error. Specifically, dict <- load_dictionary(cfg_dirs = concept_path) throws this error:
Error in assert_that() at prockenschaub-ricu-package-1942e93/R/concept-utils.R:701:2:
! x is not a list
Run rlang::last_trace() to see where the error occurred.
This error occurs both with the main & YAIB branch.
I still could generate a HIRID-sepsis cohort but I'm uncertain if this error affects the cohort generation
After restoring the renv environment (
renv::restore()) and reloading R, the last two lines of the .Rprofile file cause an error. Specifically,dict <- load_dictionary(cfg_dirs = concept_path)throws this error:This error occurs both with the main & YAIB branch.
I still could generate a HIRID-sepsis cohort but I'm uncertain if this error affects the cohort generation