> Henrik Bengtsson
> on Sun, 6 Jan 2013 17:07:12 -0800 writes:
> Hi. I'm on Windows 7 64-bit with latest R devel with and
> Rtools (2.16.0.1926). When I try to enable spell checking
> for 'R CMD check' by setting environment variable
> '_R_CHECK_CRAN_INCOMING_USE_ASP
On 07.01.2013 09:47, Martin Maechler wrote:
Henrik Bengtsson
on Sun, 6 Jan 2013 17:07:12 -0800 writes:
> Hi. I'm on Windows 7 64-bit with latest R devel with and
> Rtools (2.16.0.1926). When I try to enable spell checking
> for 'R CMD check' by setting environment varia
Hi!
On Fedora 18 [1] and Arch Linux [2], using R 2.15.2, X11 plots are not
drawn (i.e. the window stays blank) when using X11.options(type="cairo")
and X11.options(type="dbcairo"). They are correctly drawn when using
X11.options(type="nbcairo") and X11.options(type="xlib"), or after
resizing the X
On 07/01/2013 09:33, Uwe Ligges wrote:
On 07.01.2013 09:47, Martin Maechler wrote:
Henrik Bengtsson
on Sun, 6 Jan 2013 17:07:12 -0800 writes:
> Hi. I'm on Windows 7 64-bit with latest R devel with and
> Rtools (2.16.0.1926). When I try to enable spell checking
> for 'R
Hello and thank you.
Indeed gsubfn is responsible for loading tcltk in my case.
On Thu, Jan 3, 2013 at 12:14 PM, Gabor Grothendieck
wrote:
> options(gsubfn.engine = "R")
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-deve
Is there a difference in the copying behavior of
x@little <- other
and
x@little[] <- other
I was using the second form in (yet another!) modification of the internal
representation of mixed-effects models in the lme4 package in the hopes
that it would not trigger copying of the entire object.
On 1/7/13 9:59 AM, Douglas Bates wrote:
Is there a difference in the copying behavior of
x@little <- other
and
x@little[] <- other
Not in the direction you were hoping, as far as I can tell.
Nested replacement expressions in R and S are unraveled and done as
repeated simple replacements.
Hi All,
I'm currently trying to write an S4 class that mimics a data.frame, but stores
data on disc in HDF5 format. The idea is that the dataset is likely to be too
large to fit into a standard desktop machine, and by using subscripts, the user
may load bits of the dataset at a time. eg:
> m
Chris,
On Jan 7, 2013, at 6:23 PM, Chris Jewell wrote:
> Hi All,
>
> I'm currently trying to write an S4 class that mimics a data.frame, but
> stores data on disc in HDF5 format. The idea is that the dataset is likely
> to be too large to fit into a standard desktop machine, and by using
> s
On Mon, Jan 7, 2013 at 3:23 PM, Chris Jewell wrote:
> Hi All,
>
> I'm currently trying to write an S4 class that mimics a data.frame, but
> stores data on disc in HDF5 format. The idea is that the dataset is likely
> to be too large to fit into a standard desktop machine, and by using
> subscript
10 matches
Mail list logo