> addmargins(UCBAdmissions, FUN = list(Total=sum))
works with no problems, but consider:
> myFUN <- list(Total=sum)
> addmargins(UCBAdmissions, FUN = myFUN)
Error in "names<-.default"(`*tmp*`, value = "") :
names() applied to a non-vector
Is this a bug?
> R.version
_
pla
On 2/13/2006 3:57 PM, [EMAIL PROTECTED] wrote:
> Hi,
>
> Small typo in the description of argument 'col' of function polygon(): "(For
> back-compatibiility, ..." should obviously be "(For back-compatibility...".
>
> The mistake was still there in 2.3.0 minutes ago...
Fixed now.
In general, typ
Hi,
Small typo in the description of argument 'col' of function polygon(): "(For
back-compatibiility, ..." should obviously be "(For back-compatibility...".
The mistake was still there in 2.3.0 minutes ago...
Best,
--
Vincent Goulet, Associate Professor
École d'actuariat
Université Lava
I believe the bug is triggered by the fairly unusual event you have a '.'
in the package name, and the change in 2.2.1 to 2.2.1 patched was to add
> LIBRARY R.native.dll
(which is what my workaround in ld.exe was doing another way).
Since we are told that is the correct f
Nitin Jain and I are the maintainers of gplots. We'll look over the details of
this bug report and correspond with Shane directly.
-G
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
> Sent: Saturday, February 11, 2006 9:52 AM
> To:
Hi.
I noticed that Brian Ripley found and corrected a bug in MinGW's
ld.exe, see http://www.murdoch-sutherland.com/Rtools/. Thanks for
this. I wonder if this is the same bug that cause my problems. I
have tiny toy package with C code that installs perfectly on R Version
2.2.1 beta (2005-12-18 r