>
> On 10/06/2010 06:12 PM, Troy Robertson wrote:
> > Hi all,
> >
> > After no replies to my previous message I thought I might show some
> > code to demonstrate the change and again seek any
> explanation for the
> > error now thrown by my code after upgrading from 2.10.1 to 2.11.1.
> >
> > Thanks
On 10/06/2010 06:12 PM, Troy Robertson wrote:
> Hi all,
>
> After no replies to my previous message I thought I might show some code to
> demonstrate the change and again seek any explanation for the error now
> thrown by my code after upgrading from 2.10.1 to 2.11.1.
>
> Thanks
> Troy
> --
Hi all,
After no replies to my previous message I thought I might show some code to
demonstrate the change and again seek any explanation for the error now thrown
by my code after upgrading from 2.10.1 to 2.11.1.
Thanks
Troy
setClass("Por
Thank you Simon,
I ran:
make install DESTDIR=/mnt/ami-centos5.5-64bit-base
Now I can execute this R which is in
/mnt/ami-centos5.5-64bit-base/usr/local/bin two ways:
cd /mnt/ami-centos5.5-64bit-base/usr/local/bin
./R
and
chroot /mnt/ami-centos5.5-64bit-base R
Many thanks for your help.
Thank you - works fine for me now.
Claudia
Duncan Murdoch wrote:
This is fixed now in R-devel and the beta version. The fix isn't
perfect: if you use \SweaveInput, you lose the error reporting that
gives line numbers from the original file. It should be possible to
have both, but I think
I apologize for the somewhat brief bug report, but we are getting
close to the release of 2.12 and I thought it was better to send
something brief than to stay silent.
R version 2.12.0 beta (2010-10-06 r53205)
compiled with memory-profiling enabled. I have very little experience
with memory prof
On Oct 6, 2010, at 12:38 AM, Tena Sakai wrote:
> Hi Everybody,
>
> I made R (v. 2.11.1) from source with the following config option:
>./configure --prefix=/mnt/ami-centos5.5-64bit-base \
>--exec-prefix=/mnt/ami-centos5.5-64bit-base \
>--with-t