On Fri, Mar 7, 2008 at 3:15 PM, hadley wickham <[EMAIL PROTECTED]> wrote:
> 2008/3/7 Ben Bolker <[EMAIL PROTECTED]>:
> >
>
> >Despite the spirited arguments of various R-core folks
> > who feel that mle() doesn't need a "data" argument, and
> > that users would be better off learning to deal
2008/3/7 Ben Bolker <[EMAIL PROTECTED]>:
>
>Despite the spirited arguments of various R-core folks
> who feel that mle() doesn't need a "data" argument, and
> that users would be better off learning to deal with function
> closures, I am *still* trying to make such things work
> in a reason
You can either use the facilities of environments or
the proto package can do this if you take advantage of the fact
that a proto object is an environment:
> library(proto)
> f <- function() {}
> # put a into the environment of f
> do.call(proto, c(list(a = 1), envir = environment(f)))
attr(,"cla
On 3/7/2008 2:02 PM, Ben Bolker wrote:
>Despite the spirited arguments of various R-core folks
> who feel that mle() doesn't need a "data" argument, and
> that users would be better off learning to deal with function
> closures, I am *still* trying to make such things work
> in a reasonably smo
Despite the spirited arguments of various R-core folks
who feel that mle() doesn't need a "data" argument, and
that users would be better off learning to deal with function
closures, I am *still* trying to make such things work
in a reasonably smooth fashion ...
Is there a standard idiom for
On Mar 7, 2008, at 11:20 AM, Scott Zentz wrote:
> Hello Everyone,
>
> I had posted the message below to the r-help listserv...
>
>> Recently I was given a Java servlet based web calculator that will
>> call R (libR.so to be exact) but I am having trouble trying to
>> disable R
>> from requiring
Hello Everyone,
I had posted the message below to the r-help listserv...
>Recently I was given a Java servlet based web calculator that will
>call R (libR.so to be exact) but I am having trouble trying to disable R
>from requiring --save, --no-save or --vanilla... Is there any way to
>build R
[Think this is more R-devel than R-help now]
Gabor Csardi wrote:
> Jean,
>
> this is nice, but 1) the logo is a bitmap, it is ugly if you
> resize it, 2) you don't need a pdf version for pdflatex, it
> handles jpg (and maybe also png as well), so you can
> just use the logos at the R develope
G'day Martin (and "listeners"),
On Fri, 7 Mar 2008 15:01:26 +0100
Martin Maechler <[EMAIL PROTECTED]> wrote:
[...]
> >> If you feel like finding another elegant patch...
>
> BAT> Well, elegance is in the eye of the beholder. :-)
>
> BAT> I attach two patches. One that adds warning
Hi Berwin (and "listeners"),
> "BAT" == Berwin A Turlach <[EMAIL PROTECTED]>
> on Wed, 5 Mar 2008 20:26:24 +0800 writes:
BAT> G'day Martin, On Mon, 3 Mar 2008 10:16:45 +0100 Martin
BAT> Maechler <[EMAIL PROTECTED]> wrote:
>> > "BAT" == Berwin A Turlach <[EMAIL PROTECT
On 3/6/2008 9:35 PM, [EMAIL PROTECTED] wrote:
> Dear Debuggers,
>
> =20
>
> I'm trying to install R for the first time, however, the exe file
> referred to does not exist: Installation is via the installer
> R-2.6.2-win32.exe
>
> =20
>
> I've downloaded R several times and the file does not exi
Dear Debuggers,
=20
I'm trying to install R for the first time, however, the exe file
referred to does not exist: Installation is via the installer
R-2.6.2-win32.exe
=20
I've downloaded R several times and the file does not exist.
=20
I've tried renaming Rgui.exe.manifest and Rterm.exe.manife
12 matches
Mail list logo