# rstudio **Repository Path**: mirrors/rstudio ## Basic Information - **Project Name**: rstudio - **Description**:   RStudio是R的集成开发环境(IDE),它包括一个控制台、支持直接执行代码的语法高亮编辑器,以及用于绘图、历史、调试和工作空间管理的工具 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/rstudio - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2021-02-24 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RStudio ============================================================================= RStudio is an integrated development environment (IDE) for the [R programming language](https://www.r-project.org). Some of its features include: - Customizable workbench with all of the tools required to work with R in one place (console, source, plots, workspace, help, history, etc.). - Syntax highlighting editor with code completion. - Execute code directly from the source editor (line, selection, or file). - Full support for authoring Sweave and TeX documents. - Runs on Windows, Mac, and Linux, and has a community-maintained [FreeBSD port](https://www.freshports.org/devel/RStudio/). - Can also be run as a server, enabling multiple users to access the RStudio IDE using a web browser. For more information on RStudio please visit the [project website](https://posit.co/). Getting the Code ----------------------------------------------------------------------------- RStudio is licensed under the AGPLv3, the terms of which are included in the file COPYING. You can find our source code repository on GitHub at [https://github.com/rstudio/rstudio](https://github.com/rstudio/rstudio). Documentation ----------------------------------------------------------------------------- For information on how to use RStudio check out our [online documentation](https://docs.posit.co/ide/user/). See also the following files included with the distribution: - COPYING - RStudio license (AGPLv3) - NOTICE - Additional open source software included with RStudio - SOURCE - How to obtain the source code for RStudio - INSTALL - How to build and install RStudio from source If you have problems or want to share feedback with us please visit our [community forum](https://forum.posit.co/c/rstudio-ide). For other inquiries you can also email us at [info@posit.co](mailto:info@posit.co).