On Apr 27, 2013, at 11:34 AM, Adam Seering wrote:
>
>
> On 04/27/2013 09:10 AM, Martin Morgan wrote:
>> On 04/26/2013 07:50 AM, Adam Seering wrote:
>>> Hi,
>>> I've been playing around with the R source code a little; mostly
>>> just
>>> trying to familiarize myself. I have access to some c
see inline.
On Sat, Apr 27, 2013 at 2:38 PM, Prof Brian Ripley wrote:
> AFAIK pnmath is not a package on a public repository, and it seems it is
> using R internals not part of the API and not exposed in R 3.0.0.
>
> I presume you got this from ~luke/R/experimental ... the clue is in the
> dire
On 04/27/2013 09:10 AM, Martin Morgan wrote:
On 04/26/2013 07:50 AM, Adam Seering wrote:
Hi,
I've been playing around with the R source code a little; mostly
just
trying to familiarize myself. I have access to some computers on a
reservation
system; so I've been reserving a computer, dow
On Sat, 27 Apr 2013, Prof Brian Ripley wrote:
AFAIK pnmath is not a package on a public repository, and it seems it is
using R internals not part of the API and not exposed in R 3.0.0.
I presume you got this from ~luke/R/experimental ... the clue is in the
directory name. My understanding wa
On Apr 25, 2013, at 22:01 , dpleydell wrote:
> Following Simon's suggestion of replacing printf with Rprintf throughout
> the source code R CMD check now complains less than before, but it still
> complains...
>
> I used the following two BASH lines to replace printf
>
> find . -maxdepth 1 -t
On 04/26/2013 07:50 AM, Adam Seering wrote:
Hi,
I've been playing around with the R source code a little; mostly just
trying to familiarize myself. I have access to some computers on a reservation
system; so I've been reserving a computer, downloading and compiling R, and
going from there.
Following Simon's suggestion of replacing printf with Rprintf throughout
the source code R CMD check now complains less than before, but it still
complains...
I used the following two BASH lines to replace printf
find . -maxdepth 1 -type f -name '*.c' -exec sed -i 's\printf\Rprintf\'
{} \;
fin
Hi,
I've been playing around with the R source code a little; mostly just
trying to familiarize myself. I have access to some computers on a
reservation system; so I've been reserving a computer, downloading and
compiling R, and going from there.
I'm finding that R takes a long time to bui
AFAIK pnmath is not a package on a public repository, and it seems it is
using R internals not part of the API and not exposed in R 3.0.0.
I presume you got this from ~luke/R/experimental ... the clue is in the
directory name. My understanding was that this would eventually be
merged into R r