Error in inDL(x, as.logical(local), as.logical(now), …) : unable to load shared object
问题 I'm having this error when trying to attach package tidyselect and when trying to call tidyselect::any_function . The error happens in Rstudio or command line alike, in RStudio it is triggered as soon as I type: tidyselect:: , though ?tidyselect:: works fine and I can call the help of ?tidyselect::any_function . This also works: packageVersion("tidyselect") # [1] ‘0.2.4 It used to work, and I don't understand what changed, I just know package rjava has been installed, the admins might also