Skip to content

Question about --internet2 on Windows

2 messages · Erich Neuwirth, Brian Ripley

#
Is there a way tell R that it should use --internet2 from within
a running R process?
#
On Fri, 26 Sep 2008, Erich Neuwirth wrote:

            
Not without changing the source code.  If you read the sources, you will 
see that you need to set the C variable UseInternet2 *before* the ftp/http 
functions are called, and that variable is not exported from R.dll.