r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
498 stars 136 forks source link

Update link #1732

Open olivroy opened 1 month ago

olivroy commented 1 month ago

I encountered this message today while trying to do devtools::load_all() with rlang.

I never saw this before and have no idea what to do. I am using RStudio on Windows (the dev version 2024.07+292). rstudio/rstudio#13399

It seems that RStudio attempted to make a fix for this recently.

But it didn't seem to work. I don't really know how to trouble shoot.

Let me know if you have any tips

Edit: I fixed my issue with remove.packages("rlang") + reinstalled with R CMD INSTALL (build pane)