Displaying 1 result from an estimated 1 matches for "smcode".
Did you mean:
scode
2008 Aug 01
2
source a script file straight from a subversion repository
...re 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...