R System

From GM-RKB
(Redirected from System R)
Jump to navigation Jump to search

An R System is an open source Statistical Analysis System.



References

  • http://cran.r-project.org/bin/linux/ubuntu/README
    • To install the complete R system, use
      sudo apt-get update
      sudo apt-get install r-base

      Users who need to compile R packages from source [e.g. package maintainers, or anyone installing packages with install.packages()] should also install the r-base-dev package:

      sudo apt-get install r-base-dev