Changes
BOT--Reverting link addition(s) by MarioMonteroGalvan to revision 866432231 (www.youtube.com/watch?v=HPbPJLhCqXM [\byoutube\.com])
{{Infobox software
| title = RStudio
| name = RStudio
| logo = RStudio_logo.png
| logo size = 220px
| logo caption =
| screenshot = Rstudio.png
| caption = RStudio on Ubuntu 12.10
| collapsible =
| author =
| developer = RStudio, Inc.
| released = {{Start date and age|2011|02|28|df=yes/no}}<ref name="originalreleaseblogpost" />
| discontinued =
| latest release version = 1.1.463
| latest release date = {{Start date and age|2018|10|29|df=yes/no}}<ref>{{cite web|title=RStudio Release Notes|url=https://www.rstudio.com/products/rstudio/release-notes/|website=rstudio.com|access-date=30 October 2018}}</ref>
| latest preview version =
| latest preview date =
| programming language = [[Java (programming language)|Java]], [[C++]], [[JavaScript]]<ref>{{cite web|title=rstudio/rstudio|url=https://github.com/rstudio/rstudio/|website=[[GitHub]]|publisher=RStudio|accessdate=18 December 2016}}</ref>
| operating system = [[Windows NT]], [[macOS]], [[Ubuntu (operating system)|Ubuntu]], [[Fedora (operating system)|Fedora]], [[Red Hat Linux]], [[openSUSE]]
| platform = [[IA-32]], [[x86-64]]; [[Qt (framework)|Qt]]
| size =
| language =
| genre =
| license = [[Affero General Public License]] v3<ref name="urlWhat license is RStudio available under? – RStudio">{{cite web |url=http://support.rstudio.com/hc/en-us/articles/217801078-What-license-is-RStudio-available-under- |title=What license is RStudio available under? – RStudio |last=Pylvainen |first=Ian |work=rstudio.com |date=2016-03-24 |accessdate=2018-05-25}}</ref>
| alexa =
| website = {{URL|https://www.rstudio.com}}
}}
{{Portal|Free software}}
'''RStudio''' is a [[free and open-source]] [[integrated development environment]] (IDE) for [[R (programming language)|R]], a [[programming language]] for [[statistical computing]] and graphics. RStudio was founded by [[Joseph J. Allaire|JJ Allaire]],<ref>{{cite web|url=https://www.rstudio.com/about/ |title="Why Rstudio?" |publisher=Rstudio.com |accessdate=2015-12-15}}</ref> creator of the programming language [[ColdFusion Markup Language|ColdFusion]]. [[Hadley Wickham]] is the Chief Scientist at RStudio.<ref>{{cite web|url=http://news.idg.no/cw/art.cfm?id=F66B12BB-D13E-94B0-DAA22F5AB01BEFE7 |title=60+ R resources to improve your data skills ( - Software ) |publisher=News.idg.no |date= |accessdate=2014-02-12}}</ref>
RStudio is available in two editions: RStudio Desktop, where the program is run locally as a regular [[desktop application]]; and RStudio Server, which allows accessing RStudio using a [[web browser]] while it is running on a remote Linux server. Prepackaged distributions of RStudio Desktop are available for [[Microsoft Windows|Windows]], [[macOS]], and [[Linux]].
RStudio is available in open source and commercial editions and runs on the desktop (Windows, macOS, and Linux) or in a browser connected to RStudio Server or RStudio Server Pro ([[Debian]], [[Ubuntu (operating system)|Ubuntu]], [[Red Hat Linux]], [[CentOS]], [[openSUSE]] and [[SUSE Linux Enterprise Server|SLES]]).<ref>{{cite web|url=https://www.rstudio.com/products/RStudio/|title=RStudio|work=rstudio.com|accessdate=2 December 2016}}</ref>
RStudio is partly written in the [[C++]] programming language and uses the [[Qt (software)|Qt framework]] for its [[graphical user interface]].<ref>{{cite book|title = Getting Started with RStudio|last = Verzani|first = John|publisher = O'Reilly Media, Inc|isbn = 9781449309039|page = 4}}</ref> The bigger percentage of the code is written in Java, JavaScript is also amongst the languages used.<ref>{{Cite web|url=https://github.com/rstudio/rstudio|title=rstudio/rstudio|website=GitHub|language=en|access-date=2018-09-13}}</ref>
Work on RStudio started around December 2010,<ref>{{cite web|url=https://github.com/rstudio/rstudio/commit/484cb884c28913c19822c42b0cd099ee22832211 |title=portable download of java dependencies · rstudio/rstudio@484cb88 · GitHub |publisher=Github.com |date=2010-12-07 |accessdate=2015-05-01}}</ref> and the first public [[beta version]] (v0.92) was officially announced in February 2011.<ref name="originalreleaseblogpost">{{cite web|url=http://blog.rstudio.org/2011/02/28/rstudio-new-open-source-ide-for-r/ |title=RStudio, new open-source IDE for R | RStudio Blog |publisher=Blog.rstudio.org |date= |accessdate=2015-05-01}}</ref> [[Software versioning#Version 1.0 as a milestone|Version 1.0]] was released on 1 November 2016.<ref>{{cite web|title=Announcing RStudio v1.0!|url=https://blog.rstudio.org/2016/11/01/announcing-rstudio-v1-0/|website=RStudio Blog|date=1 November 2016}}</ref> Version 1.1 was released on 9 October 2017. <ref>{{cite web|title=RStudio v1.1 Released|url= https://blog.rstudio.com/2017/10/09/rstudio-v1.1-released/|website=RStudio Blog|date=9 October 2017}}</ref>
In April 2018 it was announced RStudio will be providing operational and infrastructure support for Ursa Labs. Ursa Labs will focus on building a new data science runtime powered by [[Apache Arrow]].<ref>{{cite web|last1=Allaire|first1=JJ|title=Arrow and beyond: Collaborating on next generation tools for open source data science|url=https://blog.rstudio.com/2018/04/19/arrow-and-beyond/|website=RStudio|accessdate=13 May 2018}}</ref>
==Packages==
RStudio and its team have contributed to many R packages.<ref>{{cite web|title=Inspired by R and its community|url=https://www.rstudio.com/products/rpackages/|website=RStudio|accessdate=13 May 2018}}</ref> These include:
* Tidyverse – R packages for data science, including [[ggplot2]], dplyr, tidyr, and purrr
* Shiny – An interactive web technology
* RMarkdown – Insert R code into markdown documents
* [[knitr]] – Dynamic reports combining R, TeX, Markdown & HTML
* packrat – Package dependency tool
* devtools – Package development tool
== Addins ==
RStudio provides a mechanism for executing R functions interactively from within the IDE through the '''Addins''' menu<ref>{{Cite web|url=https://rstudio.github.io/rstudioaddins/|title=RStudio Addins|last=|first=|date=|website=RStudio|archive-url=|archive-date=|dead-url=|access-date=2018-09-16}}</ref>. This enables packages to include [[Graphical user interface|Graphical User Interfaces]] (GUIs) for increased accessibility. Popular packages that use '''Addins''' based GUIs include:
* bookdown – a [[knitr]] extension to create books
* colourpicker – a graphical tool to pick colours for plots
*[[datasets.load]] – a graphical tool to search and load datasets
* googleAuthR – Authenticate with Google APIs
==See also==
* [[R (programming language)#Interfaces|R interfaces]]
* [[Comparison of integrated development environments#R|Comparison of integrated development environments]]
==References==
{{reflist}}
==External links==
* {{Official website}}
{{Integrated development environments}}
[[Category:Free R (programming language) software]]
[[Category:R (programming language)]]
[[Category:Science software for Linux]]
[[Category:Software using the GNU AGPL license]]
{{science-software-stub}}
| title = RStudio
| name = RStudio
| logo = RStudio_logo.png
| logo size = 220px
| logo caption =
| screenshot = Rstudio.png
| caption = RStudio on Ubuntu 12.10
| collapsible =
| author =
| developer = RStudio, Inc.
| released = {{Start date and age|2011|02|28|df=yes/no}}<ref name="originalreleaseblogpost" />
| discontinued =
| latest release version = 1.1.463
| latest release date = {{Start date and age|2018|10|29|df=yes/no}}<ref>{{cite web|title=RStudio Release Notes|url=https://www.rstudio.com/products/rstudio/release-notes/|website=rstudio.com|access-date=30 October 2018}}</ref>
| latest preview version =
| latest preview date =
| programming language = [[Java (programming language)|Java]], [[C++]], [[JavaScript]]<ref>{{cite web|title=rstudio/rstudio|url=https://github.com/rstudio/rstudio/|website=[[GitHub]]|publisher=RStudio|accessdate=18 December 2016}}</ref>
| operating system = [[Windows NT]], [[macOS]], [[Ubuntu (operating system)|Ubuntu]], [[Fedora (operating system)|Fedora]], [[Red Hat Linux]], [[openSUSE]]
| platform = [[IA-32]], [[x86-64]]; [[Qt (framework)|Qt]]
| size =
| language =
| genre =
| license = [[Affero General Public License]] v3<ref name="urlWhat license is RStudio available under? – RStudio">{{cite web |url=http://support.rstudio.com/hc/en-us/articles/217801078-What-license-is-RStudio-available-under- |title=What license is RStudio available under? – RStudio |last=Pylvainen |first=Ian |work=rstudio.com |date=2016-03-24 |accessdate=2018-05-25}}</ref>
| alexa =
| website = {{URL|https://www.rstudio.com}}
}}
{{Portal|Free software}}
'''RStudio''' is a [[free and open-source]] [[integrated development environment]] (IDE) for [[R (programming language)|R]], a [[programming language]] for [[statistical computing]] and graphics. RStudio was founded by [[Joseph J. Allaire|JJ Allaire]],<ref>{{cite web|url=https://www.rstudio.com/about/ |title="Why Rstudio?" |publisher=Rstudio.com |accessdate=2015-12-15}}</ref> creator of the programming language [[ColdFusion Markup Language|ColdFusion]]. [[Hadley Wickham]] is the Chief Scientist at RStudio.<ref>{{cite web|url=http://news.idg.no/cw/art.cfm?id=F66B12BB-D13E-94B0-DAA22F5AB01BEFE7 |title=60+ R resources to improve your data skills ( - Software ) |publisher=News.idg.no |date= |accessdate=2014-02-12}}</ref>
RStudio is available in two editions: RStudio Desktop, where the program is run locally as a regular [[desktop application]]; and RStudio Server, which allows accessing RStudio using a [[web browser]] while it is running on a remote Linux server. Prepackaged distributions of RStudio Desktop are available for [[Microsoft Windows|Windows]], [[macOS]], and [[Linux]].
RStudio is available in open source and commercial editions and runs on the desktop (Windows, macOS, and Linux) or in a browser connected to RStudio Server or RStudio Server Pro ([[Debian]], [[Ubuntu (operating system)|Ubuntu]], [[Red Hat Linux]], [[CentOS]], [[openSUSE]] and [[SUSE Linux Enterprise Server|SLES]]).<ref>{{cite web|url=https://www.rstudio.com/products/RStudio/|title=RStudio|work=rstudio.com|accessdate=2 December 2016}}</ref>
RStudio is partly written in the [[C++]] programming language and uses the [[Qt (software)|Qt framework]] for its [[graphical user interface]].<ref>{{cite book|title = Getting Started with RStudio|last = Verzani|first = John|publisher = O'Reilly Media, Inc|isbn = 9781449309039|page = 4}}</ref> The bigger percentage of the code is written in Java, JavaScript is also amongst the languages used.<ref>{{Cite web|url=https://github.com/rstudio/rstudio|title=rstudio/rstudio|website=GitHub|language=en|access-date=2018-09-13}}</ref>
Work on RStudio started around December 2010,<ref>{{cite web|url=https://github.com/rstudio/rstudio/commit/484cb884c28913c19822c42b0cd099ee22832211 |title=portable download of java dependencies · rstudio/rstudio@484cb88 · GitHub |publisher=Github.com |date=2010-12-07 |accessdate=2015-05-01}}</ref> and the first public [[beta version]] (v0.92) was officially announced in February 2011.<ref name="originalreleaseblogpost">{{cite web|url=http://blog.rstudio.org/2011/02/28/rstudio-new-open-source-ide-for-r/ |title=RStudio, new open-source IDE for R | RStudio Blog |publisher=Blog.rstudio.org |date= |accessdate=2015-05-01}}</ref> [[Software versioning#Version 1.0 as a milestone|Version 1.0]] was released on 1 November 2016.<ref>{{cite web|title=Announcing RStudio v1.0!|url=https://blog.rstudio.org/2016/11/01/announcing-rstudio-v1-0/|website=RStudio Blog|date=1 November 2016}}</ref> Version 1.1 was released on 9 October 2017. <ref>{{cite web|title=RStudio v1.1 Released|url= https://blog.rstudio.com/2017/10/09/rstudio-v1.1-released/|website=RStudio Blog|date=9 October 2017}}</ref>
In April 2018 it was announced RStudio will be providing operational and infrastructure support for Ursa Labs. Ursa Labs will focus on building a new data science runtime powered by [[Apache Arrow]].<ref>{{cite web|last1=Allaire|first1=JJ|title=Arrow and beyond: Collaborating on next generation tools for open source data science|url=https://blog.rstudio.com/2018/04/19/arrow-and-beyond/|website=RStudio|accessdate=13 May 2018}}</ref>
==Packages==
RStudio and its team have contributed to many R packages.<ref>{{cite web|title=Inspired by R and its community|url=https://www.rstudio.com/products/rpackages/|website=RStudio|accessdate=13 May 2018}}</ref> These include:
* Tidyverse – R packages for data science, including [[ggplot2]], dplyr, tidyr, and purrr
* Shiny – An interactive web technology
* RMarkdown – Insert R code into markdown documents
* [[knitr]] – Dynamic reports combining R, TeX, Markdown & HTML
* packrat – Package dependency tool
* devtools – Package development tool
== Addins ==
RStudio provides a mechanism for executing R functions interactively from within the IDE through the '''Addins''' menu<ref>{{Cite web|url=https://rstudio.github.io/rstudioaddins/|title=RStudio Addins|last=|first=|date=|website=RStudio|archive-url=|archive-date=|dead-url=|access-date=2018-09-16}}</ref>. This enables packages to include [[Graphical user interface|Graphical User Interfaces]] (GUIs) for increased accessibility. Popular packages that use '''Addins''' based GUIs include:
* bookdown – a [[knitr]] extension to create books
* colourpicker – a graphical tool to pick colours for plots
*[[datasets.load]] – a graphical tool to search and load datasets
* googleAuthR – Authenticate with Google APIs
==See also==
* [[R (programming language)#Interfaces|R interfaces]]
* [[Comparison of integrated development environments#R|Comparison of integrated development environments]]
==References==
{{reflist}}
==External links==
* {{Official website}}
{{Integrated development environments}}
[[Category:Free R (programming language) software]]
[[Category:R (programming language)]]
[[Category:Science software for Linux]]
[[Category:Software using the GNU AGPL license]]
{{science-software-stub}}