search for: internetopenurl

Displaying 20 results from an estimated 25 matches for "internetopenurl".

2004 Mar 06
1
problem with install.packages and update.packages
...ble=a)}) trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES' Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), : cannot open URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES' In addition: Warning message: InternetOpenUrl failed: `' > update.packages() trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES' Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), : cannot open URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES...
2015 Aug 07
3
download.file() on ftp URL fails in windows with default download method
...i.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' Error in download.file(url, tempfile()) : cannot open URL 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' In addition: Warning message: In download.file(url, tempfile()) : InternetOpenUrl failed: '' If I set method="curl" it works fine. This was on R-3.2.2-beta (sessionInfo() below) but I got the same results in R-3.2.1 and R-devel. This does not happen on Windows Server 2008 but it happens on Windows Server 2012. Dan > sessionInfo() R version 3.2.2 beta (2...
2015 Aug 08
2
download.file() on ftp URL fails in windows with default download method
...05.13.assembly.txt' > > Error in download.file(url, tempfile()) : > > cannot open URL > > 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > > In addition: Warning message: > > In download.file(url, tempfile()) : InternetOpenUrl failed: '' > > > > If I set method="curl" it works fine. This was on R-3.2.2-beta > > (sessionInfo() below) but I got the same results in R-3.2.1 and > > R-devel. > > > > This does not happen on Windows Server 2008 but it happens on > > Wi...
2007 May 24
1
make check prob with internet
...code in 'reg-S4.R' ...OK running code in 'reg-win.R' ...OK running code in 'reg-tests-3.R' ...OK running tests of Internet and socket functions ... expect some differences running code in 'internet.R' ...OK 69c69 < unable to resolve 'foo.bar'. --- > InternetOpenUrl failed: 'The server name or address could not be resolved' make[2]: [test-Internet] Error 1 (ignored) Any help would be much appreciated. thanks, sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess...
2015 Aug 12
2
download.file() on ftp URL fails in windows with default download method
...gt; > > Error in download.file(url, tempfile()) : > > > cannot open URL > > > 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > > > In addition: Warning message: > > > In download.file(url, tempfile()) : InternetOpenUrl failed: '' > > > > > > If I set method="curl" it works fine. This was on R-3.2.2-beta > > > (sessionInfo() below) but I got the same results in R-3.2.1 and > > > R-devel. > > > > > > This does not happen on Windows Server 2008...
2001 Dec 16
1
windows testing, internet
...anilla < internet.R > internet.Rout2 diff internet.Rout internet.Rout2 99,100c99,100 < unable to resolve 'foo.bar'. < Error in url("http://foo.bar", "r") : cannot open URL `http://foo.bar' --- > Error in url("http://foo.bar", "r") : InternetOpenUrl failed: `The server retu rned an invalid or unrecognized response > ' make: *** [test-Internet] Error 1 i use the files from the r-develxxxx.tar.gz -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax:...
2012 Mar 01
2
Problems downloading file
...; Error in download.file("http://ir.eia.gov/wpsr/psw09.xls", "c:\\temp\\psw09.xls", : cannot open URL 'http://ir.eia.gov/wpsr/psw09.xls' In addition: Warning message: In download.file("http://ir.eia.gov/wpsr/psw09.xls", "c:\\temp\\psw09.xls", : InternetOpenUrl failed: 'The operation timed out' Thanks for any insights. Pete Brecknock -- View this message in context: http://r.789695.n4.nabble.com/Problems-downloading-file-tp4435186p4435186.html Sent from the R help mailing list archive at Nabble.com.
2015 Aug 11
0
download.file() on ftp URL fails in windows with default download method
...gt; > > Error in download.file(url, tempfile()) : > > > cannot open URL > > > 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > > > In addition: Warning message: > > > In download.file(url, tempfile()) : InternetOpenUrl failed: '' > > > > > > If I set method="curl" it works fine. This was on R-3.2.2-beta > > > (sessionInfo() below) but I got the same results in R-3.2.1 and > > > R-devel. > > > > > > This does not happen on Windows Server 2008...
2018 Apr 26
1
Package 'data.table' in version R-3.5.0 not successfully being installed
...re being shown: From USA-berkely and UK-bristol mirrors: ================================= Package which is only available in source form, and may need compilation of C/C++/Fortran: ?data.table? These will not be installed Warning message: In download.file(url, destfile = f, quiet = TRUE) : InternetOpenUrl failed: '' From RStudio mirror: ================ Package which is only available in source form, and may need compilation of C/C++/Fortran: ?data.table? These will not be installed Afterwards, I consulted google users, I downloaded the source package: "data.table_1.10.4-3.tar.gz&...
2015 Aug 12
0
download.file() on ftp URL fails in windows with default download method
...in download.file(url, tempfile()) : > > > > cannot open URL > > > > 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > > > > In addition: Warning message: > > > > In download.file(url, tempfile()) : InternetOpenUrl failed: '' > > > > > > > > If I set method="curl" it works fine. This was on R-3.2.2-beta > > > > (sessionInfo() below) but I got the same results in R-3.2.1 and > > > > R-devel. > > > > > > > > This does not...
2006 Nov 02
3
CRAN task views work only once per session (PR#9330)
Cran task views seems to be a "once-per-session" process -- the first attempt to access views in a (RGui for Windows) session works, but subsequent attempts fail. There is a noticeably long pause before the failing call returns. Example session with two calls to "available.views" follows, but similar effects have been observed with two calls to "install.views" and
2015 Aug 08
0
download.file() on ftp URL fails in windows with default download method
.../ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > Error in download.file(url, tempfile()) : > cannot open URL 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt' > In addition: Warning message: > In download.file(url, tempfile()) : InternetOpenUrl failed: '' > > If I set method="curl" it works fine. This was on R-3.2.2-beta (sessionInfo() below) but I got the same results in R-3.2.1 and R-devel. > > This does not happen on Windows Server 2008 but it happens on Windows Server 2012. Thanks for letting us know. T...
2018 Apr 27
2
Package 'data.table' in version R-3.5.0 not successfully being installed
...========================== > > Package which is only available in source form, and may need > > compilation of C/C++/Fortran: ?data.table? > > These will not be installed > > Warning message: > > In download.file(url, destfile = f, quiet = TRUE) : > > InternetOpenUrl failed: '' > > > > From RStudio mirror: > > ================ > > Package which is only available in source form, and may need > compilation > > of > > C/C++/Fortran: ?data.table? > > These will not be installed > > > > Af...
2018 Jan 07
1
help needed on quantmod....
dear members, I am using quantmod to work with stock prices... I am trying to append the data got from getQuote to the one got by getSymbols. The function is named "apnd". The code is as follows: function(x){ if ((class(x) == "xts") || (class(x) == "zoo")){ sym <- deparse(substitute(x))
2013 Apr 03
0
install packages and time-out
...r, I got the following error message: Installing package(s) into 'WORKCOMPUTER SPECIFIC STUFF HERE Documents/R/win-library/2.15' (as 'lib' is unspecified) trying URL 'http://www.stats.bris.ac.uk/R/bin/windows/contrib/2.15/XLConnect_0.2-5.zip' Warning in install.packages : InternetOpenUrl failed: 'The operation timed out' Error in download.file(url, destfile, method, mode = "wb", ...) : cannot open URL 'http://www.stats.bris.ac.uk/R/bin/windows/contrib/2.15/XLConnect_0.2-5.zip' Warning in install.packages : download of package 'XLConnect' failed...
2018 Apr 27
0
Package 'data.table' in version R-3.5.0 not successfully being installed
...================================ > > Package which is only available in source form, and may need > > compilation of C/C++/Fortran: ?data.table? > > These will not be installed > > Warning message: > > In download.file(url, destfile = f, quiet = TRUE) : > > InternetOpenUrl failed: '' > > > > From RStudio mirror: > > ================ > > Package which is only available in source form, and may need > compilation > > of > > C/C++/Fortran: ?data.table? > > These will not be installed > > > > Afterwards,...
2017 Jul 20
0
Wine release 2.0.2
...#39; failed at pulse/mainloop.c:787, function pa_mainloop_prepare(). Aborting." 42465 winhttp set_cookies() violates RFC6265 string comparison rules 42487 Free Devanagari font Samanata crashes during GPOS processing 42490 Assertion failure when clicking boxes in altWinDirStat 42510 InternetOpenUrl does not send query parameters for HTTPS urls 42559 Adobe Reader DC: No longer installs (Unimplemented function msi.dll.MsiGetComponentPathExW) 42575 Multiple applications need msvcp140.dll.?_LogScheduleTask at _TaskEventLogger@details at Concurrency@@QAEX_N at Z 42576 Poedit crashes on st...
2008 Jun 06
0
Wine release 1.0-rc4
...ined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards. wined3d: Set the surface location to SFLAG_INSYSMEM for depth stencils on Reset. Hans Leidekker (4): wininet: Make resolving hostnames thread-safe. wininet: Don't send a handle closing callback for session handles created with InternetOpenUrl. wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub. wininet: Don't send a "Connection: Close" header. Hwang YunSong(???) (1): shell32: Updated Korean resource. James Hawkins (2): urlmon: Fix a few failing tests in win2k...
2018 Apr 26
3
Package 'data.table' in version R-3.5.0 not successfully being installed
...and UK-bristol mirrors: > ================================= > Package which is only available in source form, and may need > compilation of C/C++/Fortran: ?data.table? > These will not be installed > Warning message: > In download.file(url, destfile = f, quiet = TRUE) : > InternetOpenUrl failed: '' > > From RStudio mirror: > ================ > Package which is only available in source form, and may need compilation > of > C/C++/Fortran: ?data.table? > These will not be installed > > Afterwards, I consulted google users, I downloaded the sour...
2019 Aug 23
0
Wine release 4.0.2
...Julliard (2): kernel32: Validate handle before freeing a LOAD_LIBRARY_AS_DATAFILE module. ntdll: Check for time conversion error to silence a compiler warning. Alistair Leslie-Hughes (7): regedit: Grow the buffer when modifying a DWORD value. urlmon: Pass unescaped URLs to InternetOpenUrl in ftp protocol handler. hid: Implement HidD_FlushQueue(). dinput: Ensure Cursor is visible on config dialog. dinput: Allow enumeration of joysticks with DirectX 3. dinput: Handle setting DIPROP_CALIBRATIONMODE mode in generic implementation. vbscript: Move variable de...