Displaying 20 results from an estimated 1100 matches similar to: "Delete unused IMAP keywords from permanetflags"
2010 Nov 16
2
IMAP aggregation and MUPDATE protocolo
Hi.
I'm just having a look about aggregating several IMAP sources and a
IMAP aggregator proxy would come very handy.
I just read:
http://www.cyrusimap.org/mediawiki/index.php/Cyrus_Murder_Design
and found it very interesting.
Anyone did something similar based on:
http://tools.ietf.org/html/rfc3656
Thanx.
Erny
--
Ernesto Revilla
Yaco Sistemas
+34 954 500 057
2010 Mar 12
2
I need IMAP stress testing tool with SEARCH command
Hi.
Does anyone know of a good imap stress testing tool? And one which
supports SEARCH commands? I have to compare Courier and Dovecot. I
already did some tests using a modified postal/rabid package.
I would be thankfully for any hints.
Best regards.
Erny
Yaco Sistemas
Spain
1999 Nov 22
2
samba not logging windows user names
Hi,
Is it possible that samba logs the windows username of the person that
is connecting to a share. On many shares I use 'force user = testuser'.
In the log I only see the messages "connect to service test as user
testuser". This gives me only the username smbd should become.
I also tried logging to a file which contains '%U' but this give me very
often the
2002 Apr 26
7
spreadsheet data import
Hi colleages!
I want to import data from ms-excel and other spreadsheet formats (lotus, etc). Does exist any way to do it within
R? The main problem is that many spreadsheet data use comma as decimal separator and not the point as needed in R
(and many software for Linux), so importing data first as a tab separated values does not solve this problem.
Thanks,
Tom?s Revilla
2006 Apr 24
2
arrange data for simple regression analysis
Hello, I want to arrange data from a table to perform a simple
regression. All the examples I saw deal with paired data, e.g. 'x' and
'y' have the same dimensions (e.g. 5 values for x and 5 for y).
But I have more than one 'y' for each 'x' value, e.g. the data file
has a x = 0, 30, 60, and 120 columns. And for each of them I have
several replicate responses (e.g.
2023 Nov 27
1
R test coverage
Hi all,
I recently proposed a change in R that has led to the addition of new code
to the R source code.
The code added, as far as I know, has no tests and it might affect many
packages in CRAN.
I was wondering if adding a test would be helpful or it is already covered
by some other test.
Which brought me to the question: what is the coverage of R checks
(check-devel)?
My searches in the
2010 Mar 05
1
Number of users for one Solr instance
Dear all.
(I'm new to the list.)
Our regional government is considering, due to our proposal, migrate
from Courier to Dovecot. 70k mailboxes.
One of the most attractive features for them is the usage of indexes,
and especially Solr FTS plugin.
Their question is:
How many users (range of users) could support one Solr instance used as
index and search backend?
Are there any deployment
2024 Jun 12
1
Fields used by available.packages
Yes, I think that would be enough.
Thank you, Kurt!
Llu?s
On Wed, 12 Jun 2024 at 16:35, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
> >>>>> Llu?s Revilla writes:
>
> Lluis,
>
> So in available.packages() I could replace
>
> if (is.null(fields))
> fields <- requiredFields
> else {
> stopifnot(is.character(fields))
2024 Dec 09
1
Faster downloads: avoid them if possible
Dear R-devel,
I read with interest the recent blog post on how R will have parallel
downloads, on blog.r-project.org
(https://blog.r-project.org/2024/12/02/faster-downloads/index.html).
Thanks Tomas!
The blog mentions that one of the areas where this will be observed is
while installing them (which I did!). However, I noticed they might be
downloaded multiple times:
If one interrupts the
2024 Dec 10
1
Faster downloads: avoid them if possible
On 12/10/24 00:35, Llu?s Revilla wrote:
> Dear R-devel,
>
> I read with interest the recent blog post on how R will have parallel
> downloads, on blog.r-project.org
> (https://blog.r-project.org/2024/12/02/faster-downloads/index.html).
> Thanks Tomas!
>
> The blog mentions that one of the areas where this will be observed is
> while installing them (which I did!).
2025 Apr 06
1
WRE Date field & CRAN
On 2025-04-06 10:55 a.m., Llu?s Revilla wrote:
> Hi,
>
> On Writing R Extensions there is a footnote [6] about the "Date" field on
> the DESCRIPTION file being required by CRAN:
>
> "required by CRAN, so checked by R CMD check --as-cran"
>
> I think this is no longer up to date, as I've seen packages published on
> CRAN without it.
> This
2024 Mar 15
2
RSS Feed of NEWS needs a hand
Hi!
Thanks for this service! It is very helpful to know what is being developed.
I distribute the content to other venues and I noticed some times that the
updates are duplicated.
For example, the sentence "?is.R()? is deprecated as no other S dialect is
known to be in use (and this could only identify historical dialects, not
future ones)." is duplicated in different days:
Day 1:
2024 Jun 12
1
Fields used by available.packages
>>>>> Llu?s Revilla writes:
Lluis,
So in available.packages() I could replace
if (is.null(fields))
fields <- requiredFields
else {
stopifnot(is.character(fields))
fields <- unique(c(requiredFields, fields))
}
by someting like
if(is.null(fields))
fields <- getOption("available_packages_fields")
if(is.null(fields))
fields
2005 Apr 30
1
Test for autocorrelation in nlme model
Dear all,
I am fitting a nonlinear mixed-effects model from a balanced panel of data using nlme. I would like to know whay would be the best options for formally testing for autocorrelation. Is it possible to carry out a Durbin-Watson test on a nlme object? As far as I've seen, I think the durbin.watson function from the car package just works on lm objects.
Thank you very much,
Antonio
2025 Apr 06
1
WRE Date field & CRAN
Hi,
On Writing R Extensions there is a footnote [6] about the "Date" field on
the DESCRIPTION file being required by CRAN:
"required by CRAN, so checked by R CMD check --as-cran"
I think this is no longer up to date, as I've seen packages published on
CRAN without it.
This might be because now the Packaged date is checked too (around
src/tools/R/QC.R line 7998).
Best,
2005 Apr 27
1
Is this a bug in R?
Dear all,
I am trying to fit a nonlinear model with a autocorrelation term, but everytime I type in the command, I got an error message from Winwows and R closes itself.
The command line is as follows:
mod1<-nlme(V~A*exp(-B*A.O)*Vac.t.1.,data,fixed=A+B~1,random=A+B~1|ORDINAL,+
correlation=corCAR1(0.3179,~A.O|ORDINAL,TRUE),start=c(A=1.2,B=0.2))
I have already fitted this model allowing Phi to
2005 Apr 26
1
Error in nonlinear mixed-effects model
Dear all,
I am trying to fit a mixed-effects non linear regression, but I have some trouble with it. My data are a balanced panel of 904 subjects with 8 observations (at regular periods) per subject.
The functional form of my model is Y=Aexp(-BX1)X2 +e. I want to allow parameters A and B to vary among subjects and also include an autocorrelation term. I have already fitted a standard nonlinear
2024 Jun 09
1
Fields used by available.packages
Hi all,
I have recently been researching how available.packages and
install.packages filter packages from repositories with additional fields
in their PACKAGES file.
Currently there are some default filters, but users (and R admins) can set
up their own filters by passing a list to the fields argument or adding
them to the "available_packages_filters" option.
But if the fields used by
2006 Apr 24
1
Modelling heteroskedasticity in a multilevel model
Dear list members,
I am facing a 3-level model, for which my research hypotheses suggest that
the variance of both level-1 and level-2 residuals may be a function of a
level-3 variable.
To be a bit more clear: I am fitting a longitudinal model for a panel of
companies grouped in industries. I suggest that some industry variables may
create 'unexpected' shocks at especific points in
2006 Oct 30
1
Random intercept-slope correlation (nlme)
Dear list members,
I am working with a multilevel growth curve, that in its simplest form goes
like follows:
Yit = Ai + Bi t + eit (the error term is assumed to follow an AR(1)
autorregressive process)
One major topic in my research is the convergence in the values of Y over
time. Thus, I am interested in the relationship between the random effects
for the intercept and the slope, and I