Hi useRs

I'm trying to figure out how to source
an R script file straight from a subversion
repository, without having to put a copy
of the script into the local working directory.

Has anyone done this?  

Something such as

  source(file =  paste("svn://myrepo.xxx.org/opt/svn/repos/",
             "/Projects/SMcode/tags/v1.0/SMfuns.R",
             sep = ""))

though this does not work.

Perhaps I need a connection of some sort
instead of just a text string for the
file argument?

I'm not sure if this can work, and have not
found an example searching through the archives
and help manuals as yet.

If anyone has done this and can offer any
tips I'd appreciate it.

Best

Steve McKinney

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to