Re: [R] Logical operator in R

2016-01-22 Thread Fábio Magalhães
Hi, This can get you started: https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f --Fabio On Fri, Jan 22, 2016 at 1:46 PM, li li wrote: > Hi all, > I encountered the following strange phenomenon. > For some reason, the

Re: [R] using win task to run Rscript somepackages can't work in script mode

2014-12-03 Thread Fábio Magalhães
Hi, You didn't provide enough details (like the error message), but you could start by calling Rscript with --vanilla option so that it doesn't read Rprofile, nor environment files and see what happens. #! Fábio On Mon, Dec 1, 2014 at 12:09 AM, PO SU rhelpmaill...@163.com wrote: Dear

Re: [R] please please unsubscribe!!!!!!!!!!!!!!!!

2014-11-30 Thread Fábio Magalhães
My bad, r-help messages indeed have the unsubscribe header set. Also, at least for Gmail a Precedence: bulk should be set in order to this mechanism to work, as Henrik pointed out. Currently the raw headers set precedence to list. I don't know the technical differences of list and bulk, so maybe

Re: [R] please please unsubscribe!!!!!!!!!!!!!!!!

2014-11-30 Thread Fábio Magalhães
down to putting an unsubscribe link on footer or not. #! Fábio On Sun, Nov 30, 2014 at 1:20 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 30/11/2014, 9:56 AM, Fábio Magalhães wrote: My bad, r-help messages indeed have the unsubscribe header set. Also, at least for Gmail a Precedence

Re: [R] please please unsubscribe!!!!!!!!!!!!!!!!

2014-11-29 Thread Fábio Magalhães
I think r-help list software supports unsubscribe headers. When this option is enabled an additional header containing an unsubscribe link is sent with every message do the list. This header is interpreted by some email clients like Hotmail and Gmail, and a small unsubscribe button is placed after

Re: [R] Help with Download of a comma separated file in zip format

2014-07-17 Thread Fábio Magalhães
message: In download.file(http://www.nseindia.com/content/historical/DERIVATIVES/2014/JUL/fo09JUL2014bhav.csv.zip;, : download had nonzero exit status I was still unable to get that. Thx Balaji On Wed, Jul 16, 2014 at 5:29 PM, Fábio Magalhães fmagalh...@gmail.com wrote: I was able

Re: [R] Help with Download of a comma separated file in zip format

2014-07-16 Thread Fábio Magalhães
I was able to download it specifying the method as curl, like this: download.file(http://www.nseindia.com/content/historical/DERIVATIVES/2014/JUL/fo09JUL2014bhav.csv.zip;, temp, method=curl) #! Fábio On Tue, Jul 15, 2014 at 3:46 PM, Electron Musketeer muskete...@gmail.com wrote: Many thanks