Error when using library(dplyr)

Hi all,

I get some error message when I try to open dplyr
I tried to reinstall the package (dplyr and tidyselect) but still get the same error as follow:

> library("dplyr")
Error: package or namespace load failed for ‘dplyr’:
 .onLoad failed in loadNamespace() for 'tidyselect', details:
  call: is_string(x)
  error: object 'rlang_is_string' not found

any suggestion to solve this will be appreciated! Thanks!

Welcome to the community!

Have you checked this thread:

1 Like

Yes, I did.
I tried to install those packages and select "No" for compilation.
But still getting the same error....

Did they install successfully?

Hi mara,

I think I solve the problem.
I just re-installed R studio and R tools to the latest version, then re-installed rlang and dplyr.
And it works fine now!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.