If I install the development version and then:
> pedant::add_double_colons()
Error in pedant::add_double_colons() : {rstudioapi} must be installed
What 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.
If I install the development version and then:
What I would hope would happen here is pedant would look at all R-like files such as
.R,.Rmdetc, 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.