Re: [Rd] include dll in R-package

2012-08-28 Thread Berend Hasselman
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

Re: [Rd] parLapply fails to detect default cluster?

2012-08-28 Thread Martin Morgan
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

[Rd] Don't dput() data frames?

2012-08-28 Thread R. Michael Weylandt
/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

Re: [Rd] Don't dput() data frames?

2012-08-28 Thread Simon Urbanek
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

Re: [Rd] Don't dput() data frames?

2012-08-28 Thread R. Michael Weylandt
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

Re: [Rd] Don't dput() data frames?

2012-08-28 Thread Simon Urbanek
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

Re: [Rd] Fwd: Re: Package cwhmisc and problems

2012-08-28 Thread Duncan Murdoch
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