Skip to content
Prev 11237 / 15075 Next

R 3.2.0 Mavericks/Yosemite: help.search showing error

Running R-3.2.1 RC on Yosemite 10.10.3 Mavericks version

Result of sessionInfo():

R version 3.2.1 RC (2015-06-10 r68503)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] tools_3.2.1

and issuing the command

help.search(?linear models?) 

works perfectly ok.
On the page http://r.research.att.com: for R-3.2-branch  the R 3.2.1 RC did not fail make.
The development version of R failed.
And my R 3.2.1 of a few days ago has no problem with the help.search() function.

Berend