On Wed, Nov 17, 2010 at 7:41 PM, Partha Sinha <pnsinh...@gmail.com> wrote: > I am new comer in R.There r few IDE like Tinn R,VIM etc.I mean How to > use them? Do I need to install R and then install them to use or they > can work alone? Also does one install packages on R or IDEs? Can I > call/use the package from IDEs? > Although the experts would suggest Emacs + ESS while I prefer Geany, for a novice I would suggest installing JGR + Deducer or, perhaps, RKward and SciViews-K. Not an IDE, but Rcmdr and latticist may prove helpful to learn R. After you install R, issue install.packages('Deducer', dep=TRUE)
to install JGR (for Windows you have to additionally download a binary from its site). Then launching JGR will launch R. It has graphical facilities to install and load packages. From JGR, its console or editor, you can easily launch scripts or commands for execution in R. Deducer offers some nifty functionality, such as a Data viewer. For a complete beginner I would also suggest 'Some hints for the R beginner' http://www.burns-stat.com/pages/Tutor/hints_R_begin.html Regards Liviu > regards > Parth > > -- > Socrates, proclaimed: "I came to know one thing; that I know nothing". > > ______________________________________________ > 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. > -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail ______________________________________________ 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.