Displaying 2 results from an estimated 2 matches for "newsl".
Did you mean:
news
2024 Apr 19
2
passing a modified argument to an S3 method
Is there a way to pass a modified argument from an S3 generic to a method? Here's a non-working example that I want to return "abcd".
test <- function(x, y = NULL){
y <- "abcd"
UseMethod("test")
}
test.default <- function(x, y = NULL) y
test(x = 3)
Is that possible? I've looked around a lot, but can't find any examples or
2011 Dec 21
0
compile dovecot-sieve for dovecot 1.2.9 (ubuntu pkg)
Cheers,
I've a running Dovecot 1.2.9, installed from the ubuntu 10.04 Lucid LTS
repository and trying to get the dovecot-sieve plugin (which seems to be
not included in the lucid repo) compiled.
Method 1 listed in http://wiki.dovecot.org/LDA/Sieve/Dovecot wont work,
seems the rpm was build without --enable-header-install
Is it sufficient to download the sources from