-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If I install the development version and then:
> pedant::add_double_colons()
Error in pedant::add_double_colons() : {rstudioapi} must be installedWhat I would hope would happen here is pedant would look at all R-like files such as .R, .Rmd etc, but seemingly the only two ways it accesses your files is either using the Rstudio API and grabbing the selection, or by passing in the text directly to a function which I don't see as an actual practical use case since you would then have to copy the output from the R terminal into your code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels