I just downloaded and installed R 2.12.0 patched onto my 2008 MacPro running MacOS X 10.6.5. It seems to be all good with one exception: When I select 'Packages & Data -> Data Manager', I get a blank Data Manager window and the following in the console: 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' Any suggestions? Thanks Bill Northcott -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2007 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20101117/34cfb9a0/attachment.bin>
R 2.12.0 patched Data Manager issue
2 messages · Bill Northcott, David Winsemius
On Nov 17, 2010, at 1:09 AM, William Northcott wrote:
I just downloaded and installed R 2.12.0 patched onto my 2008 MacPro running MacOS X 10.6.5. It seems to be all good with one exception: When I select 'Packages & Data -> Data Manager', I get a blank Data Manager window and the following in the console: 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' Any suggestions?
I don't, but it is reproducible on the Leopard flavor .... although I don't seem to have the "patched" designation despite only upgrading a couple of days ago. > sessionInfo() R version 2.12.0 (2010-10-15) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] sos_1.3-0 brew_1.0-4 lattice_0.19-13 loaded via a namespace (and not attached): [1] grid_2.12.0 tools_2.12.0
Thanks Bill Northcott___________________________
David Winsemius, MD West Hartford, CT