Hi - I'm not sure that this is precisely a Mac issue, but in a fresh install of R 2.15.2, I get the error:
Error in browseEnv(html = F) : could not find function "invsible" whenever I open the workspace browser from the menu bar. This seems to be a typo on line 152 of browseEnv. If this is a bug, I can't understand why no one else has noticed; on the other hand, if this is a problem with my install or setup, I'm at a loss to understand what is wrong. Sample output below. - Pete R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. [R.app GUI 1.53 (6335) x86_64-apple-darwin9.8.0] [Workspace restored from /Users/pete/Library/Application Support/R/.RData] [History restored from /Users/pete/Library/Application Support/R/.Rhistory] Error in browseEnv(html = F) : could not find function "invsible" Error in browseEnv(html = F) : could not find function "invsible" > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.2 Error in browseEnv(html = F) : could not find function "invsible" Error in browseEnv(html = F) : could not find function "invsible" > --- Peter Dixon Department of Psychology University of Alberta Edmonton, Alberta, Canada T6G 2E9 780-492-2318 780-492-1768 (fax) [email protected] _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
