Annotate package calls
Value
Text string with package Title annotations. Will make note of packages not currently installed.
Examples
test_string <- c("library(boot)\nrequire(tools)")
annotate_pkg_calls(test_string)
#> [1] "library(boot) # Bootstrap Functions (Originally by Angelo Canty for S)\nrequire(tools) # Tools for Package Development"