The Idea

It is useful to have your R commands in an environment where:

  • You can easily save what you have done
  • Copy blocks of commands and then modify them
  • Highlight a block of code and send it to R to be executed.

Recommendation

The environment that is fast becoming the standard is:

RStudio

Other environments

There are several other such projects with varying degrees of convenience. Two of the most popular are:

ESS (Emacs Speaks Statistics)

Tinn-R — see the TinnR package on CRAN.

Back to top level of Impatient R

Kommentarer inaktiverade för More R Computing Environment

See more

Explore more content and blog posts.

  • jun 25, 26

    Music and snow. Poke my eyes out Perhaps your immediate response is: ”I’d rather poke my eyes out with a burning stick than do data analysis.” There’s a completely different [...]

  • jun 25, 26

    Move your data analysis to a computing environment specifically designed for it. Why R and not spreadsheets? Here are three reasons: complexity graphics money Spreadsheets are easily overwhelmed.  Very complex [...]

  • jun 25, 26

    The steps taken to fix an R problem. Task To prepare for the Portfolio Probe blog post called ”Implied alpha and minimum variance”, I tried to update a matrix of [...]