search for: setinternet2

Displaying 20 results from an estimated 30 matches for "setinternet2".

2011 Jan 31
2
SetInternet2, RCurl and proxy
Dear all, Using the SetInternet2(TRUE) option works wonders with R in my sealed down work-environment. However, I'd like to use RCurl and apparently the proxy settings are not carried over. Is it possible to figure out the proxy-IP and port number from R after invoking SetInternet2? //M
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers, I coming across the following issue since R 2.15.2 32-bit (running on Windows XP 32.bit; some output left out for conciseness): > setInternet2(TRUE) > require(rJava) > .jinit() > getCRANmirrors() > system("ls" , intern = TRUE) Error in system("ls", intern = TRUE) : CreateThread failed My details are as follows: > sessionInfo() R version 2.15.2 (2012-10-26) Platform: i386-w64-mingw32/i386 (32-bit) loca...
2015 Mar 10
3
Notes on building a gcc toolchain for Rtools (but not multilib)
...set an > environment > variable like > > RTOOLS = C:/Rtools/ > > (where the terminal / is required.) > Thanks, that's very helpful. I also notice with the latest R-devel binary (67969, which is built with the new Rtools according to what you say above) that I need to do setInternet2(TRUE) before I can download from any URLs; I see some mention of that earlier in this thread, is this intended? If so is there a way to make this the default? Thanks, Dan > >
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...>> RTOOLS = C:/Rtools/ > >> > >> (where the terminal / is required.) > >> > > > > Thanks, that's very helpful. I also notice with the latest R-devel binary (67969, which is built with the new Rtools according to what you say above) that I need to do setInternet2(TRUE) before I can download from any URLs; I see some mention of that earlier in this thread, is this intended? If so is there a way to make this the default? > > That's a bug. I haven't tracked down what's going wrong with our > regular code. If I can't find that and fix...
2010 May 01
0
access http directories requiring authentication across platforms
Hello R users, I am trying to read files from a website that requires authentication. I have been working with url() to to open a connection in Windows. For example: setInternet2(TRUE) con <- url(description="http://myusername:mypassword at www.somesite.com/myfile.txt", open="r") open(con) read.table(con, sep="\t") This works like a charm. My question is does this work across platforms, or only on Windows? The reason I ask is this quote f...
2010 Jul 07
1
SAM program and R mirror - which port to open?
To whom this may concern, I am having issues installing a program called "SAM" (Statistical Analysis of Microarrays) which is an excel add in and requires the use of R. Due to the firewall at my hospital, R cannot connect to a mirror and therefore cannot install necessary files for the complete installation of SAM. The IT department has asked me which "port" needs to be opened
2012 Feb 15
2
Link to a Network computer
Issue: Connecting to a computer in a network. I would like to connect to a file on a computer on my internal network that has a different password. I have tried download.file and read.csv to no avail. When use this link in explorer it will prompt me for a username/password: file://hs9999-907/D$/protein%20Maintenance%20Logs/123.txt Then it lets me through. I cannot get any R traction on where I
2013 Apr 05
1
Internet connection
Tried several ways to connect to Internet. Perhaps R help could point me in the right direction to make this connection work. setInternet2(use = TRUE) > download.file(" + http://image.shutterstock.com/display_pic_with_logo/322090/322090,1307359665,10/stock-photo-car-silhouette-for-race-sports-design-vector-version-also-available-in-gallery-78667174.jpg + ", + destfile=file.path("..", "Desktop/r...
2015 Mar 10
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...; variable like >> >> RTOOLS = C:/Rtools/ >> >> (where the terminal / is required.) >> > > Thanks, that's very helpful. I also notice with the latest R-devel binary (67969, which is built with the new Rtools according to what you say above) that I need to do setInternet2(TRUE) before I can download from any URLs; I see some mention of that earlier in this thread, is this intended? If so is there a way to make this the default? That's a bug. I haven't tracked down what's going wrong with our regular code. If I can't find that and fix it soon, I...
2012 Mar 01
2
Problems downloading file
I am running the following line to download data from the US Energy Information Administration. This function has worked successfully for me in the past but yesterday gave the error/warning messages below. If I simply type "http://ir.eia.gov/wpsr/psw09.xls" (no quotes) into a browser, the file is available to download. I am running R 2.13.0 on Windows XP. # Download File Attempt
2011 Feb 25
1
unable to access index for repository
Hi, I have two questions: 1) Since I switched to Windows 2007 and downloaded the current R version (2.12.1; 2010-12-16) for Windows 7 a month ago, I cannot down load packages through the GUI drop down menu. I get: Warning: unable to access index for repository http://cran.cnr.Berkeley.edu/bin/windows/contrib/2.12 Warning: unable to access index for repository
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...<murdoch.duncan at gmail.com> wrote: > > That's a bug. I haven't tracked down what's going wrong with our > regular code. If I can't find that and fix it soon, I'll make Internet2 > the default. For now, you can do it yourself using the instructions on > ?setInternet2. > > Duncan Murdoch I successfully rebuilt R-devel_2015-03-09 with the most recent version of Rtools tonight, building both ICU_531 and this time libcurl (7.39) as well (and OpenBLAS, of course). The internet bug is still there, but the rest of make-check all passed with flying colors, as di...
2013 Nov 22
1
Descargar tweets con package twitteR
...witter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth. Este es el código que estoy utilizando: options( RCurlOptions = list(verbose = TRUE, proxy = "XXXXXXXXXXXXXXXXXX")) setInternet2(use = TRUE) require("ROAuth") require("twitteR") require("wordcloud") require("tm") require("bitops") require("RCurl") require("digest") require("Rcpp") require("RColorBrewer") library(twitteR) lib...
2011 Aug 12
1
install packages from intranet
...eing able to access 'index for repository'. * The directories are viewable and can be seen through a web browser. * Web server is IIS running on Winows 7. * I've used the same paths on the web server as where the packages are located in the CRAN mirror's. * I've tried setting setInternet2(TRUE), which was already set. > r <- getOption("repos"); > r["CRAN"] = "http://localhost" > r["CRANextra"] = "http://localhost/pub/RWin" > options(repos=r) > r ?????????????????????? CRAN?????????????????? CRANextra ???????? &q...
2015 Mar 11
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...here the terminal / is required.) > > >> > > > > > > Thanks, that's very helpful. I also notice with the latest > > > R-devel binary (67969, which is built with the new Rtools > > > according to what you say above) that I need to do > > > setInternet2(TRUE) before I can download from any URLs; I see > > > some mention of that earlier in this thread, is this intended? > > > If so is there a way to make this the default? > > > > That's a bug. I haven't tracked down what's going wrong with our > > re...
2012 Sep 17
1
download truncating large files
.... I have isolated the problem using the following script derived from a code fragment called by the menuInstallPkgs() function. options(timeout = 120) makes no difference because the failure occurs before the timeout of 60 (or 120) seconds elapses. ## sample R code sequence to reproduce error setInternet2(TRUE); url <- "http://cran.csiro.au/bin/windows/contrib/2.15/"; dir <- "U:\\"; ## This download being reasonable small works OK file <- "XLConnect_0.2-1.zip"; status <- .Internal(download(paste0(url, file), paste0(dir, file), quiet=FALSE, mode="wb&quo...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...d.) > > > >> > > > > > > > > Thanks, that's very helpful. I also notice with the latest > > > > R-devel binary (67969, which is built with the new Rtools > > > > according to what you say above) that I need to do > > > > setInternet2(TRUE) before I can download from any URLs; I see > > > > some mention of that earlier in this thread, is this intended? > > > > If so is there a way to make this the default? > > > > > > That's a bug. I haven't tracked down what's going wrong w...
2015 Mar 11
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...t gmail.com> wrote: >> >> That's a bug. I haven't tracked down what's going wrong with our >> regular code. If I can't find that and fix it soon, I'll make Internet2 >> the default. For now, you can do it yourself using the instructions on >> ?setInternet2. >> >> Duncan Murdoch > > I successfully rebuilt R-devel_2015-03-09 with the most recent version > of Rtools tonight, building both ICU_531 and this time libcurl (7.39) > as well (and OpenBLAS, of course). The internet bug is still there, > but the rest of make-check all...
2010 Nov 01
1
File Downloading Problem
Dear Group, My code stopped working ... used to work till last week! sURL <- "http://www.nseindia.com/content/historical/EQUITIES/2010/NOV/cm01NOV2010bha v.csv.zip" > download.file(sURL,"test.zip") trying URL 'http://www.nseindia.com/content/historical/EQUITIES/2010/NOV/cm01NOV2010bha v.csv.zip' Error in download.file(sURL, "test.zip") : cannot
2010 Nov 10
2
Installing Packages
Hi.. I am using R as a user, another group built everything I am using. But I need to install some packages and my only internet access is via a web-proxy. I have hunted though the docs and I'm not finding anything on setting a proxy in the package install command. Any help would be really appreciated. Thanks Sue Susan Caskey International Biological Threat Reduction Sandia National