| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
RStudio is an integrated development environment (IDE) for the R programming language. Some of its features include:
For more information on RStudio please visit the project website.
RStudio is licensed under the AGPLv3, the terms of which are included in the file COPYING. To retreive the most up to date version of the RStudio source code you should clone the git repository and then update all submodules:
git clone git@github.com:rstudio/rstudio.git git submodule update --init --recursive
When you want to pull new changes into your local repository you should use the pull script which is located in the root of the distribution. This will ensure that you get changes from both the main RStudio repository as well as external submodules:
./pull.sh
For information on how to use RStudio check out our online documentation.
For documentation on running your own RStudio Server see the server getting started guide.
See also the following files included with the distribution:
If you have problems or want to share feedback with us please visit our support website. For other inquiries you can also email us at info@rstudio.org.
| Back | FazBrowse Home | New Git URL |