Displaying 20 results from an estimated 3000 matches similar to: "bug in sample (PR#305)"
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
1999 Oct 31
1
bugs in scan() (PR#304)
System: Sun Solaris 2.5.1
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 standard input.
Repeat by:
> R
R : Copyright 1999, The R Development Core Team
Version 0.65.1 Release (October 07, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it
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
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>
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
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
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 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
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
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
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
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
2013 Jul 11
0
Pigeonhole vacation auto-response not respecting "days" parameter
This might be a PEBKAC on my end, but in our old server, "vacation"
responses would only be sent back to an origin address once per day
because we had ":days 1" in the rule.
On the new server, even though we have ":days 1", pigeonhole is sending
responses to every message, resulting in multiple vacation responses
each day back to each origin address.
The
2017 Dec 31
0
Random delivery
Hi Joseph,
It's that what I want!!
Sequentially, my bad saying random!
Well... with the script, I remember I did something like this 15 years ago
with qmail with a php script, that every email was saved in mysql and I
always selected the next email addrr in the list.
Going to search for this option in postfix, thanks for the tip as this is a
bit offtopic of dovecot,
-----Original
2008 Feb 29
0
RAM Filling up
Hi
I'm using Ubuntu 7.10 with 2GB RAM and a 2GB partition of the HDD set
aside as a swap drive.
I'm trying to write programs which are quite RAM intensive and as such
I sometimes run out of RAM and the process is killed.
At the moment I'm storing much data on disk, reading it in to a
datastructure, processing it, then writing it out again. Finally the
datastructure is removed with
2009 Mar 12
1
Test Set Deviances
Dear all
I'm building logistic regression models using glm() and then
validating their predictive ability on a test set using predict() to
get the probabilities. I understand how to attain the deviance of the
model fitted to the training set. But is there a way to get the
deviance within the test set?
Cheers
Tom
--
Thomas Allen
Department of Biochemistry
University of Otago
710 Cumberland
1999 Jun 28
0
was: Samba Solutions...maybe
Michael,
thanks a lot for this hint.
Since that fixed my Samba/nmbd problem completely and Samba is now behaving
as expected I hope you don't mind that I cc' this mail also to the Samba
mailing list.
There are also a few people having trouble with browsing and it might be of
help there as well.
Thanks again.
Michael Doerner
> -----Original Message-----
> From:
2019 Feb 25
0
Linking mailboxes
Hey Guys!
Many thanks for your feedback. I have kind of gotten it to work but I just
struggling to get the permissions of the folder correct. Highly appreciate
if someone could help me set the correct permission settings for it .
Terribly sorry for my ignorance.
My error msg is listed below : -
doveadm(vmail): Error: stat(/run/media/computer/Storage/Email/tmp) failed:
Permission denied
2010 Jun 24
1
Scheduling a nightly build - config options
Hello,
I downloaded the latest cruisecontrol.rb from github and tried configuring a schedule for building every 24 hours.
Below is my project specific cruise_config.rb. What''s happening is, cruisecontrol.rb is not honoring the polling_interval of 1.day and it keeps building continuously (true to it''s nautre of continuous buids), which I assume it''s using the default