search for: rcurl

Displaying 20 results from an estimated 282 matches for "rcurl".

Did you mean: curl
2007 Mar 21
2
problem with RCurl install on Unix
I am having trouble getting an install of RCurl to work properly on a Unix server. The steps I have taken are: 1. installed cUrl from source without difficulty 2. installed RCurl from source using the command ~/R_HOME/R-devel/bin/R CMD INSTALL -l ~/R_HOME/R-devel/library ~/RCurl_0.8-0.tar.gz I received no errors during this install 3. wh...
2007 Mar 21
2
problem with RCurl install on Unix
I am having trouble getting an install of RCurl to work properly on a Unix server. The steps I have taken are: 1. installed cUrl from source without difficulty 2. installed RCurl from source using the command ~/R_HOME/R-devel/bin/R CMD INSTALL -l ~/R_HOME/R-devel/library ~/RCurl_0.8-0.tar.gz I received no errors during this install 3. wh...
2008 Dec 01
1
[BioC] Rcurl 0.8-1 update for bioconductor 2.7
Hi Patrick, Greetings from !(sunny) Pittsburgh. What's the scoop on RCurl on windows (XP)? I've tried to install RCurl_0.92-0.zip and RCurl_0.9-3.zip, with both R 2.7.2 and R 2.8.0 from the RGUI (utils:::menuInstallLocal), and get the error "Windows binary packages in zipfiles are not supported". which (according to google's one and only hit) comes fro...
2008 Sep 17
2
RCurl compilation error on ubuntu hardy
Dear list members, I encountered this problem and the solution pointed out in a previous thread did not work for me. (e.g. install.packages("RCurl", repos = "http://www.omegahat.org/R") I work with Ubuntu Hardy, and installed R 2.6.2 via apt-get. I really need RCurl in order to use biomaRt ... any help would be greatly appreciated. Best wishes, Emmanuel ================================================= > sessionInfo()...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...I also thought about removing curl from my system, but when starting to do so with Synaptic, it looked like if I removed libcurl I would trash an awful lot of my system. I did download and install the latest curl 7.18.1 on top of the other one, put /usr/local/ to the start of my PATH, reinstalled RCurl, and still the same erro message comes up. So, what does it mean that the output of nm is different on our systems and is it important? Thanks, Mark mkimpel-m90 ~/bin/curl-7.18.1: nm /home/mkimpel/R_HOME/site-library-2.7.0/RCurl/libs/RCurl.so | grep base64_encode U Curl_base64_e...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...I also thought about removing curl from my system, but when starting to do so with Synaptic, it looked like if I removed libcurl I would trash an awful lot of my system. I did download and install the latest curl 7.18.1 on top of the other one, put /usr/local/ to the start of my PATH, reinstalled RCurl, and still the same erro message comes up. So, what does it mean that the output of nm is different on our systems and is it important? Thanks, Mark mkimpel-m90 ~/bin/curl-7.18.1: nm /home/mkimpel/R_HOME/site-library-2.7.0/RCurl/libs/RCurl.so | grep base64_encode U Curl_base64_e...
2008 Jul 25
1
Installation error for RCurl in Redhat enterrpise 5
I am getting the following error while trying to install the RCurl library. I have checked that the curl and the libcurl.so.3 is already installed in the /usr/bin > install.packages("RCurl") --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://cran.hostingzero.net/src/contrib/RCurl_0.9-3...
2015 Feb 05
3
Rcurl crash in R-devel
Hello, I don't know if the problem originates from R-devel 3.2 or Rcurl itself. I post this message to the R-devel list and to the author of RCurl (duncan at r-project.org). > library("RCurl") Le chargement a n?cessit? le package : bitops > print(sessionInfo()) R Under development (unstable) (2015-02-03 r67717) Platform: x86_64-apple-darwin13.4.0 (...
2014 Jan 02
2
Installing RCurl -
Dear all, I am trying to install RCurl (because I want to install devtools) and to do so I've been informed that I must install one of the packages libcurl4-openssl-dev libcurl4-nss-dev No matter which one I install I get the following error from R: * installing *source* package ‘RCurl’ ... ** package ‘RCurl’ successfully unpa...
2011 Nov 15
1
Help with "error: no acceptable C compiler found in $PATH"
Dear all, I am trying to install a package from bioconductor (biomaRt) for which I need the RCurl package. I get the following main error message when I try to install RCurl (and its dependencies). configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ERROR: configuration failed for package ‘RCurl’ I searched for possible solutions and read in some o...
2011 Apr 03
1
problem in install RCurl in R (Ubuntu Linux)
I have some problem in running R-cran's Demography package. The hmd.mx function need Rcurl. I tried to install RCurl, but meet the following error: ********************************************************************* ... * installing *source* package ?RCurl? ... checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package ?RCurl? * removing ?/home/z/R/i...
2011 Jun 06
1
RCurl and kerberos
Dear list, I would like to call a Kerberos-authenticated web-service from within R. Curl can do it: $ curl --negotiate -u : "http://my.web.service/" so I would expect that RCurl also has the capability, but I have not been able to find the correct options to set. listCurlOptions() does not return anything with negotiate, and searching the source of RCurl, the only thing I found was ./RCurl/R/curlInfo.S:names(CurlFeatureBits) = c("ipv6", "kerberos4",...
2009 Feb 18
1
R as a web scraping tool using RCurl
...web scraping task, which requires a multi-step procedure: 1) log in to a website 2) Go to a particular page 3) From the drop down menu, click on a particular link 4) From the tabulated data presented, choose relevant information based on a filter on the date column. I am not highly acquainted with RCurl or CURL for that matter. I've used Perl extensively and know that such tasks are more suitable for such scripting tools as Perl which have an efficient regex engine and a great number of modules/packages for such web scraping tasks. I am investigating RCurl's capabilities since I wish to u...
2015 Feb 06
0
Rcurl crash in R-devel
...wer of Prof Ripley. ___________________________________________________ Below is a reproducing example that produces the crash. If I do exactly the same in R 3.1.2, it works perfectly. I have the lastest libcurl library (curl @7.40.0) installed So, perhaps indeed that the problem originates from RCurl, but the problem appears only in R 3.2. But before to check more carefully, I would like to know if others have also a problem using the same configuration : MacOS X 10.10.2 and R 3.2 or if it is only for me ? Sincerely, Marc Reproducible example: R Under development (unstable) (2015-02-05 r...
2012 Jun 07
1
How to set cookies in RCurl
Hi, I am trying to access a website and read its content. The website is a restricted access website that I access through a proxy server (which therefore requires me to enable cookies). I have problems in allowing Rcurl to receive and send cookies. The following lines give me: library(RCurl) library(XML) url <- "http://www.theurl.com" content <- readHTMLTable(url) content $`NULL`...
2010 Dec 03
1
Problem installing RCurl
I have 64-bit R 2 12 0 installed on Solaris 10 of Sun Sparc. When I tried to install RCurl, it failed with the following lines, ............... Version has CURLOPT_SSL_SESSIONID_CACHE libcurl version: libcurl 7.19.6 configure: creating ./config.status config.status: creating src/Makevars ** libs cc -xc99 -m64 -xarch=sparcvis2 -I/apps/sparcv9/R-2.12.0/lib/R/include -I/opt/csw/include -DH...
2010 Jul 01
1
problems loading the twitteR package
Dear all, I cannot load the twitteR package. When I have it installed and try to load it, I get the following response from the system: > library(twitteR) Loading required package: RCurl Error: package 'RCurl' could not be loaded Adem?s: Mensajes de aviso perdidos In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'RCurl' and when I further manually install and load the RCurl package, I get this response:...
2009 Feb 26
2
ftp fetch using RCurl?
Hi everyone, I have to fetch about 300 to 500 zipped archives from a remote ftp server. Each of the archive is about 1Mb. I know I can get it done by using download.file() in R, but I am curious that is there a faster way to do this using RCurl. For example, are there some parameters that I can set so that the connection does not need to be rebuilt....etc. A even simpler question is, how can I fetch an archive from the server and place it somewhere locally? I have spent a lot of time reading RCurl documents and curl web pages but in vai...
2008 Aug 27
1
RCurl: using netrc with curlPerform
...I am having trouble getting the curlPerform function to authenticate using the .netrc file. From the documentation I've read it certainly seems as though this function should be able to authenticate via the .netrc file. The example I am using here comes from the "R as a Web Client- the RCurl package" paper and demonstrates using the .netrc file to access the www.omegahat.org page. Authentication takes place by RCurl (curl) reading the username and password out of the .netrc file in the user's home directory. For this example the username is bob and password is welcome. Th...
2009 Jun 05
2
Install RCurl in Linux
Hello all, I had both curl and curl-devel (both 7.15) installed on my x86_64/CentOS machine. However, I still got problem when I do R CMD INSTALL RCurl   Error message below, since library and/or include path is missing. I tried R CMD INSTALL RCurl --configure-args='--libdir=/usr/lib64/  --includedir=/usr/include/' Same result. Any hint/suggestion would be appreciated. ... No CURLOPT_NOPROXY enumeration value. No CURLINFO_CONDITION_...