Displaying 20 results from an estimated 1100 matches similar to: "readLines problem in iteration"
2005 Jul 07
1
write.csv (PR#7992)
The write.csv() function is currently implemented as
function (..., col.names=NA, sep=",", qmethod="double")
{
write.table(..., col.names=NA, sep=",", qmethod="double")
}
Surely, it should be
function (..., col.names=NA, sep=",", qmethod="double")
{
write.table(..., col.names=col.names, sep=sep,
2009 Nov 02
1
two small wishes (with code sugegstions) for R-core
Dear R developers,
It would be great if you could implement the two minor code changes suggested below, which would help processing large objects in R.
Jens Oehlschl?gel
# Wish no. 1: let [.AsIs return the class AFTER subsetting, not the class of the original object
# Wish no. 2: adjust write.csv and write.csv2 for multiple calls in chunked writing
# Rationale no. 1: a couple of packages
2005 Jun 29
2
write.csv suggestion
Hello all,
I had some trouble recently with write.csv because I couldn't change one
of the default options. A quick view of the code showed that the
function was not defined in the most optimal way.
Currently,
write.csv <- function (..., col.names = NA, sep = ",", qmethod =
"double")
write.table(..., col.names = NA, sep = ",", qmethod = "double")
2008 Oct 24
1
write.csv(..., col.names = FALSE) (PR#13202)
Full_Name: Stefan Albrecht
Version: 2.7.2 (and 2.8.0)
OS: Windows NT
Submission from: (NULL) (194.127.8.17)
Dear R Debug-Team,
in write.csv() it is not possible to set both
row.names = FALSE, col.names = FALSE
since the col.names = FALSE gets overwritten:
> write.csv
function (...)
{
Call <- match.call(expand.dots = TRUE)
for (argname in c("col.names", "sep",
2009 Jun 06
1
Finding a folder at the root level of an unknown drive
Colleagues,
R 2.9.0
Windows XP
Task is as follows:
A folder FOLDERNAME exists at the root level of some drive, e.g., E:
\FOLDERNAME
I want to search all possible drives to find the location of this
folder but I don't know what drives exist or are mounted.
The command:
dir(path="C:/", pattern=FOLDERNAME)
happens to be successful.
However, the command:
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
Hello mailinglist-subscribers,
i have an issue with the managesieve / sieve plugin in dovecot.
We use roundcube as webmailer and if i define a new filter to move
incoming mails directly into a subfolder i get the following sieve-code:
require ["fileinto","imap4flags"];
# rule:[mail into folder]
if allof (header :contains "from" "sender at domain.org")
{
2008 Jul 23
1
\HasNoChildren versus \Noinferiors in ACL plugin and no CREATE permission
Hi,
using ACL plugin with dovecot 1.1.1 I expected that a Maildir was listed as
* LIST (\NoInferiors) "/" "Foldername"
if "create" (k) permission is not set in ACLs and there doesn't exists any
subfolders. But to my surprise, dovecot gives the following output:
* LIST (\HasNoChildren) "/" "Foldername"
Therefore the client (here:
2003 Nov 06
2
Summary: How to represent pure linefeeds chr(10) under R for Windows
Thanks to all who have responded.
My concern was to be able to write a csv file that can have line feeds in
string columns chr(10).
Why? Excel allows line feeds chr(10) within cells and line breaks
chr(13)+chr(10) at line ending,
but the windows version of R automatically replaces \n by \r\n in writing
and \r\n by \n in reading (text mode).
The clues for a solution came from Brian Ripley and
2018 Apr 19
3
R Bug: write.table for matrix of more than 2, 147, 483, 648 elements
Le 19/04/2018 ? 09:30, Tomas Kalibera a ?crit?:
> On 04/19/2018 02:06 AM, Duncan Murdoch wrote:
>> On 18/04/2018 5:08 PM, Tousey, Colton wrote:
>>> Hello,
>>>
>>> I want to report a bug in R that is limiting my capabilities to
>>> export a matrix with write.csv or write.table with over
>>> 2,147,483,648 elements (C's int limit). I found
2006 Mar 13
2
dovecot(last day cvs version) lost mail
i find a problem, after upgrade dovecot to last day cvs version,
each folder only can see the first one arrived new mail,
other new mail is lost
i see this message in mail log:
--------------------------------------------------------
Fixed index file mail/username/.foldername/dovecot.index:
first_recent_uid_lowwater 146 -> 145
Corrupted index file mail/username/.foldername/dovecot.index:
2009 Jun 13
1
Dovecot v1.2.rc5 dbox file permissions
Hi Timo,
I've just setup Dovecot v1.2.rc5 and switched the mailbox format of one
account to dbox. Therefor I've created an empty directory, called dbox,
with access mode 0700, like the user's home directory.
After the IMAP login with Thunderbird some dboxes was created. All
permissions were set fine (0700 / 0600), except the permissions for the
files:
*
2012 Jan 11
1
Dovecot LDA and address extensions - folders flood
Hi list,
This post is slightly OT, I hope no one will take offense.
I was following the wiki on using dovecot LDA with postfix and implemented,
for our future mail server, the address extensions mechanism: an email sent
to "validUser+foldername at mydomain.com" will have dovecot-lda automagically
create and subscribe the "foldername" folder. With some basic scripting I
was
2019 Oct 17
1
BUG: Mailbox renaming algorithm got into a potentially infinite loop, aborting
On Wed, Oct 16, 2019 at 4:55 PM Timo Sirainen <timo at sirainen.com> wrote:
> On 25 Sep 2019, at 17.03, Alex Ha via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi all!
>
> I have two dovecot servers with dsync replication over tcp.
> Replication works fine except for one user.
>
> # doveadm replicator status
> username
> priority fast sync full sync
2012 Jan 23
3
How can I access information stored after I run a command in R?
Dear all,
Supposed I run the following command:
###############################
#install.packages("Rassoc", dependencies=TRUE)
library("Rassoc")
ca=c(139,249,112)
co=c(136,244,120)
a=rbind(ca,co)
MAX3(a,"asy",1)
##############################
I get:
The MAX3 test using the asy method
data: a
statistic = 0.5993, p-value = 0.7933
How can one save the result
2007 Oct 09
1
SpamAssassin and Public Namespace
Hi I know i might get flamed for asking this in the dovecot mailing list
instead of the spamassassin one but i thought someone might be kind
enough to help anyway.
TIA
I'm trying to do site-wide spam filtering with a public namespace but
it's not reading the folder i have in the public namespace
This is the public namespace set in my dovecot.conf
#public spam folder
namespace public
2008 Jun 19
1
add counter to file name + dir.create
Hi all
I have 2 loops with 2 counters, say outer loop counter is X and inner loop counter is Y. In outer loop a data file with known number of columns and unknown number of rows is generated in each script iteration. What inner loop should do is to read this file line by line and generate a directory for each row, then put the elements of that row in a text file insides the generated
2008 Jun 17
1
invalid arguments RUNIF
Hi all
I would be grateful you can help me with my problem.
I try to run an optimization code . in one line I have runif in order to sample the PDF. I get this error while i run it.
Error in runif(1, f$d[[n.of.u.vars + n.of.o.vars + j]][[2]][1], f$d[[n.of.u.vars + :
invalid arguments
Here is a part of that code:
# initialize random numeber generator
if (seed>0)
2012 Mar 09
1
sieve and utf-7 foldernames
Hi all,
since many dovecot/pigeonhole versions I have an error:
Mails are delivered into wrong folders if the foldername contain a german umlaut. ( ?, ?, ? )
setup: dovecot-2.1.1 / pigeonhole-0.3.0
postfix deliver to dovecot-lda
.dovecot.sieve contains this:
require
2015 May 30
2
Pathing syntax for icecast.xml in Windows
Hi,
Icecast.xml shows a sample path to a mountpoint fallback file as
<fallback-mount>/example2.ogg</fallback-mount>
Under Windows, will this next work?
<fallback-mount>"C:\Users\username\Desktop\foldername\subfoldername\fallback.mp3"</fallback-mount>
Also, the usage of a fallback mount is only shown in the sample
icecast.xml under a commented-out section,
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
Thanks in advance for reading my question.
This is my first time working with R, though I have some intro-level
experience with other languages.
I am writing a program that performs a certain set of calculations on
each row of a list of data, and here's what I have so far:
for (i in 1:2858) {
Calc_1 <- some_stuff
Calc_2 <- some_more_stuff
Calc_3 <-