[Rd] Adding a "description" meta-tag to the R homepage

2011-03-31 Thread Tal Galili
Hello all, I hope I'm writing to the correct place. I believe that the R homepage will benefit from including the "description" meta tag in it's homepage. The reason is that google uses that tag to decide what to show when the R homepage shows up on a search result. The current description of the

Re: [Rd] SurviveGotoBLAS2 for Win64 (RC release)

2011-03-31 Thread Ei-ji Nakama
> Good to see that at least someone is doing business as usual in Japan these > days. Some people can't download it, can know the rolling blackouts in Tokyo area... Today is no plan of blackout. Best Regards, -- EI-JI Nakama  "\u4e2d\u9593\u6804\u6cbb"  ___

Re: [Rd] Problem running "make bitmapdll" with R-2.13 beta r55221 on Windows

2011-03-31 Thread Dan Tenenbaum
On Thu, Mar 31, 2011 at 2:01 PM, Dan Tenenbaum wrote: > Hello, > > I am building R r55221 according to > http://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source > > After I have done "make all && make recommended", "make bitmapdll" > returns the following: I am sorry to have to do

[Rd] Problem running "make bitmapdll" with R-2.13 beta r55221 on Windows

2011-03-31 Thread Dan Tenenbaum
Hello, I am building R r55221 according to http://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source After I have done "make all && make recommended", "make bitmapdll" returns the following: E:\sandbox\R-2.13.r55221\src\gnuwin32>make bitmapdll make[1]: Entering directory `/cygdrive

Re: [Rd] SurviveGotoBLAS2 for Win64 (RC release)

2011-03-31 Thread peter dalgaard
On Mar 30, 2011, at 06:28 , Ei-ji Nakama wrote: > Hi, > > I made the GotoBLAS2 for OSX version. > two binaries are divided by kind of powerPC. > neither binaries are different on Intel. > because there is not PPC, I can't confirm it. > > http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/OSX/

Re: [Rd] typo/bug in R-Beta

2011-03-31 Thread Dan Tenenbaum
On Thu, Mar 31, 2011 at 9:50 AM, Dan Tenenbaum wrote: > In r55204 > src/library/tools/R/install.R, line 338. > > It says: > >                             shQUote(file.path(lockdir, pkg > > Should say: > >                             shQuote(file.path(lockdir, pkg > > Thanks > Dan > Never

[Rd] typo/bug in R-Beta

2011-03-31 Thread Dan Tenenbaum
In r55204 src/library/tools/R/install.R, line 338. It says: shQUote(file.path(lockdir, pkg Should say: shQuote(file.path(lockdir, pkg Thanks Dan __ R-devel@r-project.org mailing list

[Rd] Bug in as.data.frame.POSIXct?

2011-03-31 Thread Hadley Wickham
> a <- as.POSIXct(1:2, origin="2011-01-01") > dim(a) <- c(1, 2) > as.data.frame(a) a 1 2011-01-01 00:00:01 2 2011-01-01 00:00:02 > > dim(a) <- c(2, 1) > as.data.frame(a) a 1 2011-01-01 00:00:01 2 2011-01-01 00:00:02 I think this is because in as.data.frame.P

[Rd] drop.unused.levels

2011-03-31 Thread Terry Therneau
A user sent me a query on survreg, which when boiled down is a request to drop unused levels when setting up the X matrix. I don't have a strong opinion one way or the other, but am loath to make the change: I expect that code somewhere will break, perhaps a lot, when the length of the coefficien