Below is the message from the R workspace. I have installed the BiodiversityR and rmcdr How do I get to BiodiversityR GUI ? Thanks, Shreya [Missouri S&T]
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. > local({pkg <- select.list(sort(.packages(all.available = > TRUE)),graphics=TRUE) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: vegan Loading required package: permute This is vegan 2.0-0 > local({pkg <- select.list(sort(.packages(all.available = > TRUE)),graphics=TRUE) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: tcltk Loading Tcl/Tk interface ... done Loading required package: car Loading required package: MASS Loading required package: nnet Loading required package: survival Loading required package: splines Rcmdr Version 1.7-0 Attaching package: 'Rcmdr' The following object(s) are masked from 'package:tcltk': tclvalue > BiodiversityRGUI () Error in BiodiversityRGUI() : R commander should not have been loaded yet > BiodiversityRGUI () Error in BiodiversityRGUI() : R commander should not have been loaded yet -- View this message in context: http://r.789695.n4.nabble.com/installation-of-BiodiversityR-package-tp3816807p3818947.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.