An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20110122/e758d0b0/attachment.pl>
R-Gui Data Manager problem
3 messages · huang min, Brian Ripley
On Sat, 22 Jan 2011, huang min wrote:
Hi all, Ever since R.2.12.0, the Data Manager doesn't work in the menu Packages & Data. Is it my own problem or the R's?
None of those. The bug is in R.app, a separate project (with a separate group of maintainers). 'htmlhelp' was deprecated in 2.10.0, so it seems no one reported this for well over a year. In R.app, look at the data.manager() function, and fix() it to use help_type="HTML". Hopefully the R.app maintainers will fix the sources ....
It's a bit inconvenient to find the data sets. The error message is as below: Error in help(dt[i], package = pkg[i], htmlhelp = TRUE) : unused argument(s) (htmlhelp = TRUE) In addition: Warning messages: 1: In data(package = .packages(all.available = TRUE)) : datasets have been moved from package 'base' to package 'datasets' 2: In data(package = .packages(all.available = TRUE)) : datasets have been moved from package 'stats' to package 'datasets' Huang [[alternative HTML version deleted]]
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20110122/319f5e80/attachment.pl>