On 28-08-2012, at 01:29, LIYING HUANG wrote:
>
> I am quite new in R, I looked at R manual- how to build R Package,
> still not very clear. Yes, it would be very helpful if I could
> download a package having Fortran source codes to look at, Do
> you know any package built with Fortran source
Thank you for the fix, in svn R-devel and 2-15-patched r60447, r60448.
Martin
On 08/21/2012 06:50 AM, Martin Morgan wrote:
invoking parLapply without a cluster fails to find a previously
registered cluster
> library(parallel)
> setDefaultCluster(makePSOCKcluster(2))
> parLapply(X=1:2, fun=f
/src/main/attrib.c contains this comment in row_names_gets():
/* This should not happen, but if a careless user dput()s a
data frame and sources the result, it will */
which svn blame says Prof Ripley placed there in r39830 with the
commit message "correct the work of dput() on the r
On Aug 28, 2012, at 1:51 PM, R. Michael Weylandt wrote:
> /src/main/attrib.c contains this comment in row_names_gets():
>
> /* This should not happen, but if a careless user dput()s a
> data frame and sources the result, it will */
>
> which svn blame says Prof Ripley placed there in
On Tue, Aug 28, 2012 at 1:00 PM, Simon Urbanek
wrote:
>
> On Aug 28, 2012, at 1:51 PM, R. Michael Weylandt wrote:
>
>> /src/main/attrib.c contains this comment in row_names_gets():
>>
>> /* This should not happen, but if a careless user dput()s a
>> data frame and sources the result, it
On Aug 28, 2012, at 2:14 PM, "R. Michael Weylandt"
wrote:
> On Tue, Aug 28, 2012 at 1:00 PM, Simon Urbanek
> wrote:
>>
>> On Aug 28, 2012, at 1:51 PM, R. Michael Weylandt wrote:
>>
>>> /src/main/attrib.c contains this comment in row_names_gets():
>>>
>>> /* This should not happen, but if a
I'd guess you have a syntax error in the dependencies listed in your
DESCRIPTION file. (It might be Depends, Suggests, or one of the others.)
Duncan Murdoch
On 12-08-24 6:20 AM, Christian Hoffmann wrote:
Original-Nachricht
Betreff:Re: Package cwhmisc and problems