renjin icon indicating copy to clipboard operation
renjin copied to clipboard

R function(s) to manage maven repositories

Open ebocher opened this issue 7 years ago • 0 comments

Renjin is able to custom the package loading using the AetherPackageLoader. What about methods to manage maven repositories on the fly from the RenjinScriptEngine.eval() ?

For examples

addRemoteRepository("internal", "default", "https://repo.acme.com/content/groups/public/" )

removeRemoteRepository("internal" )

listRemoteRepositories()

ebocher avatar Apr 26 '17 19:04 ebocher