annotater icon indicating copy to clipboard operation
annotater copied to clipboard

Annotate Package Load Calls

Results 4 annotater issues
Sort by recently updated
recently updated
newest added

Would it be possible to annotate the file further with any version info in the lines of: ``` library(rstudioapi) insertText(paste0(version$version.string)) R version 4.2.0 (2022-04-22 ucrt) insertText(paste0("Rstudio ", versionInfo()$version)) Rstudio 2022.7.1.554...

Hi, Thank you for developing a nice package. I am currently using the below annotation feature for functions used in the package. ![](https://raw.githubusercontent.com/luisdva/annotater/master/inst/media/jcruz.gif) It would be great if this very...

We often have projects where packages are loaded in a separate script or in a 'set-up' type script and used across other scripts throughout the project. It would be good...