similar to: bugs in scan() (PR#304)

Displaying 20 results from an estimated 8000 matches similar to: "bugs in scan() (PR#304)"

1999 Nov 02
0
bugs in scan() (PR#307)
[I originally sent this to R-bugs@stat.math.ethz.ch and it didn't bounce, but when I received no response I thought I had better check to see if I had the correct address.] System: Sun Solaris 2.5.1 R: Version 0.65.1 Release (October 07, 1999) There seem to be at least 2 bugs associated with the use of flush=T in the scan function. 1) If flush=T is used, scan() will only ask for 1 line from
1999 Oct 31
1
diag
A change to diag() between 0.65.0 and 0.65.1 which seems undocumented in the logs (apparently revision 1.3.2.1, `diag names') introduced if (is.array(x)) stop("first argument is array, but not matrix.") which has broken the code in rpart. This looks wrong to me, as diag used to cope happily with a single-dimensional array. Such things occur quite often as the output
2017 Dec 29
2
Random delivery
Howdy, I?d like to achieve something that i don?t know if it?s possible. I have account info at domain.tld and when an email is received, I want to forward it to several accounts, always in this order: ? Email1 at domain.tlf ? Email2 at domain.tld ? Email3 at domain.tld And when it reached email3 at domain.tld it starts again with email1 at domain.tld Would something like
1999 Aug 02
2
zero replacement
AARRGGHH! Sometimes it's the simple things that are particularly frustrating, especially late at night.... Can anyone suggest a simple means for replacing all of the zero values in a matrix with NANs? I ended up writing an awk script to massage the input file, which works, of course, but is rather an inelegant blunt instrument. I'd prefer an R operation. I'm certain that
2019 Feb 24
2
Linking mailboxes
Hi, I am new to Dovecot and I am trying to link an email account folder to another Maildir(its a backup of the older email). I want the email account to be able to access the older emails. I am assuming this is done by creating a symlink? Currently reading instructions on this page:- https://wiki.dovecot.org/SharedMailboxes/Symlinks At the moment I have the folder:-
1999 Nov 01
1
bug in sample (PR#305)
The following appears to be a bug in 0.90 > x<-sample(10,1:4,rep=T) > x [1] 8 > ?sample > x<-sample(10,1:4,rep=T) > x [1] 5 Of course, I forgot the syntax but I still don't like the result. -- +-------------------------------------------------------------------------+ | Robert Gentleman voice: (617) 632-5045 | | Senior Lecturer
2005 Jan 06
4
fax to email
Good day all I have a pri card,e100 What I want to do is If a fax comes in for number 1234567890 it should be e-mail to user1@domain.co.za If a fax comes in for number 0987654321 it should be e-mail to user2@domain.co.za ens.... Can this be done and how????
2007 Jun 19
1
Histograms with strings, grouped by repeat count (w/ data)
Hello R gurus, I just spent my first weekend wrestling with R, but so far have come up empty handed. I have a dataset that represents file downloads; it has 4 dimensions: date, filename, email, and country. (sample data below) My first goal is to get an idea of the frequency of repeated downloads. Let me explain that. Some people tend to download multiple times, e.g. if the download fails
2017 Dec 30
2
Random delivery
"Jorge Bastos" <mysql.jorge at decimal.pt> writes: > I?d like to achieve something that i don?t know if it?s possible. It's almost always possible; it really depends on how much work you want to do. > I have account info at domain.tld and when an email is received, I want to > forward it to several accounts, always in this order: > > ? Email1 at domain.tlf
2008 Jun 19
1
Appending diagnostic information to all lines sent to stdout and stderr
Dear All I'm logging the stdout and stderr of an R program into two separate files (stderr.txt and stdout.txt) using sink() I would like to append extra information such as "date", "memory usage" etc to every line of output that goes to stdout or stderr. For example > cat("hello \n") should give output that looks something like: "hello --- Thu Jun 19
2019 Feb 25
2
Linking mailboxes
Hello Kunal, I've done this once, and it was for bakcup mail too :) in this page (https://ychaouche.informatick.net/dovecotsharefolders) I describe how I shared folders between main e-mail account and backup e-mail account with symlinks and dovecot-acl files pretty easily. Yassine. On 2/24/19 6:57 PM, Aki Tuomi via dovecot wrote: > >> On 24 February 2019 18:17 "Kunal A. via
2008 Mar 04
2
Strange paste, string or package problem?
Hi I came across this strange bug the other day, I'm not sure how to solve it and I wonder if anyone can even replicate it. Using OS Ubuntu 7.10 Step 1) Make an R package using the package.skeleton() command with only these two functions: error <- function(){ cmd <- paste(" -a ",1," -a ",1," -a ",1, " -a ",1," -a
2015 May 01
1
Fatal: Unknown scheme: SHA512-CRYPT. On a Mac-mini
Running postfix+dovecot+mysql on a mac-mini, and trying to solve this puzzle. Is this a Mac issue?, a MySQL issue? or something I haven't configured in? You can see from the output of the samples shows in the first case, that SHA512-CRYPT seems to be Unknown. The code I used is from a Linux based tutorial on setting up Postfix+Dovecot+MySQL on a site. Everything is generally going ok, apart
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
----- Forwarded message from Stelios Zimeras <szimeras at irisa.fr> ----- Date: Wed, 20 Oct 1999 11:35:52 +0200 From: Stelios Zimeras <szimeras at irisa.fr> Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.5 sun4m) X-Accept-Language: en To: rgentlem at stat.auckland.ac.nz Subject: R installation problem Dear Sir, I try
2019 Mar 15
4
ACL Folders are open but not being displayed ? [2.3.3]
Hey, Could someone help figure out whats wrong with my config based on the debug below? What I am trying to achieve is to get email1 at example.com to read emails in the Public directory that is stored on /run/media/computer/Storage/Email/fastmail/Archive with the preface Public/Archive . The ACL has been set for anyone with permissions to lookup,read,write as shown below:- doveadm acl get -u
2019 Apr 21
1
mbsync updating new emails but dovecot not reading them ? [2.3.3]
Hi, Once again sincere apologies for emailing here. My dovecot isn't reading the newly updated e-mails from the mbsync. I have tried running doveadm -D -v force-resync -u email1 at example.com "Inbox/Public/Other Users/user1 at example.com" Plese help if possible. Highly appreciate if someone could help here... Below is the debug log :- Debug: Loading modules from directory:
2019 Feb 22
2
Troubles with Dovecot 2.3.3 - mkdir permission denied due to +w perm: /var, dir owned by 0:0 mode=0755)
Hi, I am quite new to Dovecot and I followed a tutorial on Linode to set up Dovecot, Postfix and MySql on the following site:- https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql/ Everything seems to work fine(telnet etc) except dovecot does not create mailboxes. Highly appreciate if someone could check the error messages and the dovecot -n on the bottom and provide
2006 Jan 21
1
A patch for do_sample: check replace arg
A colleague sent me the following: If you specify probabilities in the 'sample' function and forget to type 'prob=...', then you get nonsense. E.g. sample(1:10,1,c(0,0,0,0,1,0,0,0,0,0)) does not filter '5', while sample(1:10,1,prob=c(0,0,0,0,1,0,0,0,0,0)) does it correctly. I wish this would return an error because the
2023 Jun 30
1
Group memberships on Linux AD Member (syncing randomly)
Hi Matthias, On 6/30/23 15:40, Matthias Leopold via samba wrote: > Can someone explain what is happening or where I need to tune? this is by design. :) The only reliable way (lacking S4U2SELF support) to get group membership for an AD user, is using the group list the DC passes along to us as part of the authentication process. We're trying extra hard to store this data *persistently*
2019 Feb 24
0
Linking mailboxes
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 24 February 2019 18:17 "Kunal A. via dovecot" <dovecot@dovecot.org> wrote: </div> <div> <br> </div> <div>