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
> 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"
___
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
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
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/
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
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
> 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
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