similar to: download.file() yields incomplete files with method="internal"

Displaying 20 results from an estimated 100 matches similar to: "download.file() yields incomplete files with method="internal""

2017 Jul 03
3
reshaping the data
Dear all, I would appreciate please a piece of help regarding the use of acast/dcast functions in reshape2 package. Specifically, I'm working with a data frame, that has information about SAMPLE, GENE, and TYPE of MUTATION (as shown below): Sample Gene Type 22M AEBP1 SNV 17M AEBP1 SNV 22M ATR INDEL 22M ATR SNV 11M BTK SNV 11M BTK
2012 Aug 28
1
R Download 'Permission Denied'
Hello, I am receiving a 'Permission Denied' error when trying to use the R Download funtion. I am wondering if this is a: - Error in the code - Permissions issue at source - Permissions issue at destination. If you could shed any light on this it would be very much appreciated, below is a sample of the code. Code
2009 Jan 30
3
NFS Undercover & WINE
Hi, i'm will play NFS Undercover under Ubuntu 8.10. System: Intel Core 2 Quad Q6600 4GB RAM ATI Radeon 3800 HD NFS doesn't start. LOG: Code: wine .wine/drive_c/Programme/EA\ Games/Need\ for\ Speed\ Undercover/nfs.exe fixme:ntdll:NtQueryInformationProcess (0xffffffff,info_class=34,0x236aa0c,0x00000004,0x236aa08) Unknown information class fixme:ntdll:NtQuerySystemInformation
2005 Jul 13
2
Monitoring
Is there any software that can be run in windows to monitor icecast mounts, ie, user count etc.. I swear I seen one before but I can't remember where. -=-=-=-=-=-=-=Ottawa Valley Weather-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 2:20pm - Temp: 34.9?C - Humidity 29% - Wind: E @ 13 km/h Baro: 996kPa Steady - Vis: 8km - Sky: --- - Weather: Haze Hourly Rain: 0.00mm - Daily Rain:
2004 Jan 12
1
ReadLines does not give results with urls
Hello, I am using R version 1.8.1 on a linux machine (Suse 8.2.). I have problems to use readLines() with urls. This seems to be a problem with our proxy-server. Downloading files work with download.file() with wget but not without: > download.file(url = "http://cran.r-project.org/src/contrib/PACKAGES", destfile = "test.txt", method = "wget", cacheOK = FALSE)
2007 May 22
1
Segfault?
Hello everyone, I get (reproducible) segfaults when I try to update my packages, and was wondering whether anyone knows why this might be happening. I am trying to update my packages: 1. I start R via sudo in a terminal 2. I type update.packages() - a Tcl/Tk list pops up, I select a mirror 3. R segfaults. Maybe I need to update to a newer version of R or something? Slightly OT, but does anyone
2017 Jul 03
0
reshaping the data
Hi Do you want something like dcast(test, Sample~Gene, fun=function(x) paste(x, collapse=",")) or dcast(test, Sample~Gene, fun=function(x) sum(as.numeric(x))) 1 means INDEL, 2 means SNV and three means both Cheers Petr > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Bogdan > Tanasa > Sent: Monday, July 3, 2017 9:22 AM
2012 Sep 17
1
download truncating large files
Hi there, I have had a problem with loading the package XLConnectJars_0.2-0.zip from the CRAN mirrors. The problem occurs when executing utils:::menuInstallPkgs() I have traced the problem down to the "download" internal command. It appears that files over approx 15 MB are being truncated. The exact point of truncation varies slightly but the truncation is on a 4096-byte boundary. I
2005 Jun 20
1
Media Player Buffering Issue
I just noticed something. I'm using simplecast as my encoder. If I put the first Mp3 option which is listed Mp3/Mp3Pro when I play the stream in Media Player it just buffers and buffers and doesn't play. If I select the option Mp3 (ACM) Media Player works. Why would this be? -=-=-=-=-=-=-=Ottawa Valley Weather-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 12:08am - Temp:
2005 Jun 23
2
Forums, Lists and Spam
Even with forums spam can happen. The most likely cause of spam is people putting there email address in the body of the message either telling someone to email them or in a signature line. As for spamming the icecast mailing list users, if you goto http://lists.xiph.org/pipermail/icecast/ you will see the archives for the list and the software they use edits email addresses so they can't be
2008 Nov 14
1
Problems when I try to download.file pdfs
Hello, I have been trying to download a pdf file but I only receive a blank sheets. I used the option internet2 in windows: Rgui.exe --internet2 but I recieved the same result. I use the next command: ulr2 <- "http://cran.r-project.org/doc/manuals/R-intro.pdf" download.file(url = ulr2, destfile = "D:\\users2\\r-intro.pdf",cacheOK = FALSE) Any ideas how I can resolve
2012 Apr 04
1
Using download.file() to grab information from a Password Protected Website
I am new to R and have been spinning my wheels on the following. *Issue:* I have a membership to a website, and I want to grab data from the website using download.file(). download.file(url, destfile, method, quiet = T, mode = "w", cacheOK = TRUE) The R Documentation is helpful. However, I have been unsuccessful in figuring out how to access the website using my username and
2005 Jun 20
1
Flash Player
Is there any flash based players out that can be embedded into a webpage and stream a icecast feed? -=-=-=-=-=-=-=Ottawa Valley Weather-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 5:50pm - Temp: 31.1?C - Humidity 23% - Wind: W @ 0 km/h Baro: 1001kPa Falling - Vis: 24km - Sky: Few Clouds - Weather: --- Hourly Rain: 0.00mm - Daily Rain: 0.00mm - Total Rain(May 28th): 1.00mm =-=-=-=
2004 Aug 27
1
does agi wait for digit work in a meetme room ?
I'd like to monitor key press in a meetme room. Is it possible when connecting one side of a local channel in the meetme room and the other side of the local channel to an agi with the command "wait for digit" ? Thanks Eric
2005 May 18
2
Why can't I download "window binary" zip packages
Hello there, I tried so many times to download windows binary zip package but it told me that I don't have the access to do so. It worked for me a few months ago. Please help me with it. Thank you Lisa Wang Msc. Princess Margaret Hospital Toronto , Canada tel: (416) 946 4501 ext.5201
2011 Aug 26
1
issue with available.packages() and download.file()
Dear R-Users, I think I have encountered a potential bug (or at least unwanted behavior), but I'm not sure so I wanted to post here first. Lately I've been encountering an error when running a package I put together. I have my package set up to check for updates when it loads but this error occurs and stops the package from loading: Error : .onLoad failed in loadNamespace() for
2002 Jan 07
1
internet2 and proxies
gday R gurus, I've never attempted to use download.file before on my win2k machine but this version 1.4 looks exciting. However, I'm not getting something right. I've passed my R shortcut --internet2 and I can tell it's using the wininet calls because it's asking about authentication but how do I tell it my username/password? The help file only talks about user/pw for non
2005 May 12
2
Batch mode problem: figure margins too large (code corrected for word wrap)
First of all, I apologize for the triple post, but I did not see that the word wrap on the r-help list site would render my code unusable. So here it is again. Hoping that this time it will work if you cut and paste it in your Rgui. I have a program that works well in Rgui but that does not work in a batch file (Execution halted). Here's the code (it will work on your R, but you need
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
The patch below adds support for custom HTTP headers in download.file() and url(). My main motivation for this is performing basic http authentication. Some web sites do not support embedding the credentials into the URI itself, they only work if the username and password are sent in the HTTP headers. In fact specifying the username and password in the URI has been
2006 May 09
1
Seg fault when installing package from bad repository
> install.packages("rggobi", repos="http://ggobi.org/r/") Warning in install.packages("rggobi", repos = "http://ggobi.org/r/") : argument 'lib' is missing: using /Users/hadley/Library/R/library/ Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at