0

I was able to import my data but now it's saying this whenever I try to import.

I tried downloading rlang, but it keeps doing this enter image description here

  • try: `install.packages('rlang')` and restart rstudio – Stephan Apr 24 '23 at 10:48
  • You have to remove the `rlang` first using `remove.packages(rlang)` then install it using `install.packages("rlang")` – UseR10085 Apr 24 '23 at 11:07
  • 2
    @UseR10085 huh? There are _rare_ cases where a package must be removed first, and there's nothing in the screenshot to suggest it. The problem is that it needs to be unloaded (_detached_) from the current process; unfortunately, since `rlang` has compiled libraries (`rlang.dll`), that becomes a little more complicated (esp in windows). Just restarting R and re-installing `rlang` will suffice. – r2evans Apr 24 '23 at 12:04
  • On my end, what works on Windows is to install Rtools and recompile the rlang package from source. To do that with RStudio, you need to click "yes" when RStudio ask the question after you write install.packages("rlang") – Emmanuel Hamel Apr 24 '23 at 15:43

0 Answers0