Displaying 1 result from an estimated 1 matches for "fullpathtosvnfilename".
2008 Aug 01
2
source a script file straight from a subversion repository
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 = ""))