Re: [R] source a script file straight from a subversion repository

2008-08-04 Thread Martin Maechler
> "SM" == Steven McKinney <[EMAIL PROTECTED]> > on Fri, 1 Aug 2008 18:38:54 -0700 writes: SM> Thanks to Duncan Murdoch and Marc Schwartz for their SM> excellent help. SM> As we don't yet have the apache http: interface to svn SM> running yet, 'svn export' is the access

Re: [R] source a script file straight from a subversion repository

2008-08-01 Thread Steven McKinney
} I can wrap this in a function where needed as Marc suggests. Thanks again for the help Best Steve McKinney > -Original Message- > From: Marc Schwartz [mailto:[EMAIL PROTECTED] > Sent: Fri 8/1/2008 5:42 PM > To: Steven McKinney > Cc: r-help@r-project.org > Subject

Re: [R] source a script file straight from a subversion repository

2008-08-01 Thread Marc Schwartz
on 08/01/2008 06:49 PM Steven McKinney wrote: 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(

Re: [R] source a script file straight from a subversion repository

2008-08-01 Thread Duncan Murdoch
On 01/08/2008 7:49 PM, Steven McKinney wrote: 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(

[R] source a script file straight from a subversion repository

2008-08-01 Thread Steven McKinney
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/",