annotate_repo_source {annotater} | R Documentation |
Annotate repository sources
Description
Annotate repository sources
Usage
annotate_repo_source(string_og)
Arguments
string_og |
text string (script) with package load calls |
Value
text string with package repository source annotations. Will make note of packages not currently installed. Lines with existing comments or annotations are ignored by the regular expression that matches package names. Also ignores base packages. Local installs now annotated as such.
Examples
test_string <- c("library(boot)\nrequire(lattice)")
annotate_repo_source(test_string)
[Package annotater version 0.2.3 Index]