Re: [Rd] serialization regression in 2.15.0 beta

2012-03-28 Thread Ben Goodrich
Quoting Prof Brian Ripley : On 27/03/2012 22:01, Ben Goodrich wrote: In case anyone is concerned that this regression will affect them, the code was reverted to the 2.14.x behavior by r58842 | ripley | 2012-03-26 08:12

Re: [Rd] serialization regression in 2.15.0 beta

2012-03-27 Thread Ben Goodrich
lel") > } > > Contrary to the comment, I have found that if I specify xdr = TRUE, I > get the expected (non-corrupted X slot) behavior in 2.16.0, even > though it is forking locally on my 64bit Debian laptop with a little > endian i7 processor, whose specs are >

[Rd] serialization regression in 2.15.0 beta

2012-03-25 Thread Ben Goodrich
with a little endian i7 processor, whose specs are goodrich@CYBERPOWERPC:/tmp/serialization$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 42 model name : Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz stepping: 7 microcode : 0

[Rd] [wishlist, patch] make row() and col() preserve dimnames (PR#13705)

2009-05-17 Thread goodrich
Full_Name: Ben Goodrich Version: 2.9.0 OS: Linux (Debian unstable) Submission from: (NULL) (128.103.220.16) row(x), col(x), and functions that call them like lower.tri(x) and upper.tri(x) do not retain the rownames or colnames of x in the matrix that is returned. Example from R version 2.9.0

Re: [Rd] License status of CRAN packages

2009-04-24 Thread Ben Goodrich
two different repositories for GPL like > licensed pkg and other packages. > > Christophe > > Le 24 avr. 09 à 18:20, Gabor Grothendieck a écrit : > >> On Fri, Apr 24, 2009 at 11:44 AM, Ben Goodrich >> wrote: >>> Kurt Hornik wrote: >>>> AG

Re: [Rd] License status of CRAN packages

2009-04-24 Thread Ben Goodrich
Kurt Hornik wrote: > AGPL, unfortunately, allows supplements, and hence cannot fully be > standardized. We've been thinking about extending the current scheme to > indicate a base license plus supplements, but this is still work in > progress. This would be helpful. I would just reemphasize that

Re: [Rd] License status of CRAN packages

2009-04-23 Thread Ben Goodrich
Gabor Grothendieck wrote: > On Thu, Apr 23, 2009 at 4:59 PM, Ben Goodrich > wrote: >> Dirk Eddelbuettel debian.org> writes: >>> As a non-exhautive list with possible misclassifications, cran2deb currently >>> has these packasges as 'maybe not free'

Re: [Rd] License status of CRAN packages

2009-04-23 Thread Ben Goodrich
Dirk Eddelbuettel debian.org> writes: > As a non-exhautive list with possible misclassifications, cran2deb currently > has these packasges as 'maybe not free' and does not build them: > > BARD,BayesDA,CoCo,ConvCalendar,FAiR,PTAk,RScaLAPACK,Rcsdp,SDDA,SGP, > alphahull,ash,asypow,caMassCl

Re: [Rd] [wishlist, patch] Removing .bzr/ directory when calling (PR#10628)

2008-01-23 Thread goodrich
Gabor Grothendieck wrote: > If you place an .Rbuildignore file in the top level of > your package with this line single line as its contents: > > [.]bzr$ > > then the .bzr file will not be included. Thank you for the suggestion. In order to remove both the .bzr/ directory and the .bzrignore file

Re: [Rd] [wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)

2008-01-23 Thread Ben Goodrich
Gabor Grothendieck wrote: > If you place an .Rbuildignore file in the top level of > your package with this line single line as its contents: > > [.]bzr$ > > then the .bzr file will not be included. Thank you for the suggestion. In order to remove both the .bzr/ directory and the .bzrignore file

[Rd] [wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)

2008-01-23 Thread goodrich
Full_Name: Ben Goodrich Version: 2.6.1 OS: Debian Submission from: (NULL) (128.103.222.166) bzr is another version control system and adds a .bzr folder to the top-level directory of a package, similar to .svn and .git for subversion and git respectively. However, while R CMD build removes

Re: [Rd] (PR#10500) Bug#454678: followup

2007-12-07 Thread goodrich
[I was overlooked on the CC. Hopefully this message does not create a new bug report.] > Prof Brian Ripley wrote: > I would say this was user error (insisting on editing non-existent > rownames), although the argument is documented. You could argue that > there are implicit rownames, but they wou

Re: [Rd] Bug in rt() ? (PR#9422)

2006-12-20 Thread goodrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prof Brian Ripley wrote: > Why do you consider this might be a bug in R rather than in your > expectations? Your 'expected' is not what others have expected Thank you for this response. I did consider at the time that this unexpected result coul

[Rd] Bug in rt() ? (PR#9422)

2006-12-19 Thread goodrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 <> Reproduced on Debian and Windows ... On 2.4.x if you execute set.seed(12345) t.1 <- rt(n = 1000, df = 20) set.seed(12345) t.2 <- rt(n = 1000, df = 20, ncp = 0) all.equal(t.1, t.2) ## Not close to true This appears to be due to the fact that in