Skip to content

Aggregate?

4 messages · Gabor Grothendieck, Roger D. Peng, Duncan Murdoch

#
I am moving this from r-help to r-devel.

The poster pointed out to me that my solution works in 2.2.1 but not
in 2.3.0 patched.  Does anyone know what the problem is?
Error in data.frame(A = c("1", "2"), B = c("1", "2"), C = c("3", "7"),  :
        row names contain missing values
[1] "Version 2.3.0 Patched (2006-04-28 r37936)"
A B C
1 1 1 3
2 2 2 7
[1] "R version 2.2.1, 2005-12-20"
On 5/3/06, Gabor Grothendieck <ggrothendieck at gmail.com> wrote:
#
This was fixed fairly recently in 2.3.0 patched.  It works in SVN 
revision 37953.

-roger
Gabor Grothendieck wrote:

  
    
#
I guess there is no Windows binary for that version yet since I downloaded
the most recent Windows binary off CRAN a minute before I tried it.
On 5/3/06, Roger Peng <rpeng at jhsph.edu> wrote:
#
On 5/3/2006 9:32 PM, Gabor Grothendieck wrote:
The build process that leads to the binaries on CRAN is fairly flaky. 
When something goes wrong, it blocks until I notice and kill a few jobs. 
  Right now, for example, the latest builds are from April 28 (as they 
say, right at the bottom of the page).  I restarted things today, so 
tomorrow you might see newer builds there.

When the R Foundation starts paying my salary, I'll devote my full 
attention to the build process.

Duncan Murdoch