[Rd] Small bug in install.packages?
Joshua Ulrich
josh.m.ulrich at gmail.com
Wed Jun 29 00:04:06 CEST 2011
It is 8.3 on my install of 2.13.0 (release) and I get the same results
with the current R-patched.
> R.home("bin")
[1] "C:/PROGRA~1/R/R-213~1.0PA/bin/i386"
> sessionInfo()
R version 2.13.0 Patched (2011-06-20 r56188)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
--
Joshua Ulrich | FOSS Trading: www.fosstrading.com
On Tue, Jun 28, 2011 at 4:42 PM, Hadley Wickham <hadley at rice.edu> wrote:
>> Isn't R.home() 8.3 path anyway?
>
> I don't think so:
>
>> R.home("bin")
> [1] "C:/Program Files/R/R-2.13.0/bin/i386"
>> sessionInfo()
> R version 2.13.0 Patched (2011-06-09 r56106)
> Platform: i386-pc-mingw32/i386 (32-bit)
>
> locale:
> [1] LC_COLLATE=English_United States.1252
> [2] LC_CTYPE=English_United States.1252
> [3] LC_MONETARY=English_United States.1252
> [4] LC_NUMERIC=C
> [5] LC_TIME=English_United States.1252
>
> attached base packages:
> [1] grDevices datasets utils stats graphics methods base
>
> other attached packages:
> [1] RMark_2.0.5 rj_0.5.0-5 devtools_0.2 codetools_0.2-8
> [5] plotrix_3.2-2 nlme_3.1-101 msm_1.0.1
>
> loaded via a namespace (and not attached):
> [1] grid_2.13.0 lattice_0.19-26 mvtnorm_0.9-9991 rJava_0.8-8
> [5] splines_2.13.0 survival_2.36-9 tools_2.13.0
>
>> BTW: I think you probably meant more something like paste(shQuote(file.path(R.home("bin"), "R")), "CMD INSTALL") since the above won't work ..
>
> Ooops, yes.
>
> Hadley
>
>
> --
> Assistant Professor / Dobelman Family Junior Chair
> Department of Statistics / Rice University
> http://had.co.nz/
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
More information about the R-devel
mailing list