file link 'quasiquotation' in package 'rlang' does not exist and so has been treated as a topic

When I updated my copy of dplyr, I got a series of warnings about missing files in other packages: rlang, dbplyr, etc.

E.g.: "file link 'quasiquotation' in package 'rlang' does not exist and so has been treated as a topic"

The package can be opened and appears to be working correctly. What do these warnings mean? Should I be concerned about them?

Thanks in advance for any clarification of the above.

Larry Hunsicker

Running R 3.6.3; RStudio 1.2.5033 on Windows 10 up to date.

1 Like

I also use R 3.6.3 on Windows 10 and I don't get any warnings while loading the latest dplyr version, so it is not normal behavior.

Can you try restarting your R session with Ctrl+Shift+F10 and then updating your packages with this command?

update.packages(repos='http://cran.rstudio.com/', ask=FALSE, checkBuilt=TRUE)

For a longer discussion of where this issue comes from, see below:

1 Like

Thanks, Mara. I assume from the discussion, much of which is beyond me, that there is no problem for me with all these messages. It's a problem with how the packages are assembled. Is this correct?
Larry

1 Like

An excellent summary! (Much of it's over my head, too :slightly_smiling_face:)

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