Recent versions of the IDE add backticks (`) around items from autocomplete.
For instance
If you select across
(for instance) from the list of functions exported from dplyr
, in the following way
library(tidyverse)
dplyr::
the autocomplete will return
dplyr::`across`
However, older versions of the IDE, or the RStudio cloud , do not add these backticks.
Is this an intentional new feature?
I am using RStudio 2022.11.0 build 103 with R 4.2.1 on macOS and no strange behavior.
Typing dplyr:: and return or tab gives dplyr::across()
as expected.
Updating to today's build fixed it --thanks!
system
Closed
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.