{{Short description|Open-source integrated development environment}} {{Infobox software | name = Architect | logo = Screenshot of Architect (integrated development environment for data science).png | latest release version = 1.0.0 | latest release date = {{Start date and age|2022|01|28}} | platform = Java SE, Standard Widget Toolkit | operating system = Cross-platform: Linux (Ubuntu), Mac OS X, Windows | language = Multilingual | website = {{URL|https://getarchitect.io}} }}

'''Architect''' is an open-source integrated development environment (IDE), based on Eclipse. It serves as a multi-purpose workbench for data scientists, by providing support for various programming languages and technologies.<ref>{{cite web|last1=Verbeke|first1=Tobias|last2=Wahlbrink|first2=Stephan|title=Tutorial: Eclipse/StatET and Architect for Professional R Development|publisher=UseR conference 2013|url=http://www.edii.uclm.es/~useR-2013/Tutorials/Verbeke.html}}</ref><ref>{{cite web|last=Verbeke|first=Tobias|title=Architect. An IDE for Data Science (and R)|publisher=UseR conference 2015|url=http://user2015.math.aau.dk/contributed_talks}}</ref>

Integrated development environments are software applications that support computer programmers and data scientists in their work. In a single program interface, it provides one or more source code editors, syntax highlighting and functionality for building or executing the code. Within the broad family of IDEs, Architect primarily aims at applications in data science. Originally, it primarily focussed on the (statistical) programming language R. Over time, it has developed towards a more universal platform for modern data science.

== Data science workbench == Through the StatET plugin,<ref>{{cite web|title=StatET|url=https://www.eclipse.org/statet|access-date=2022-12-09}}</ref> Architect provides full support for the R programming language. It supports the use of multiple R consoles in which R code can be executed. It also provides syntax highlighting and an integrated debugger. In addition, it is possible to set up a remote R session on a server using Architect Server.<ref>{{cite web|title=Architect Server|url=https://getarchitect.io/documentation/architect-server/}}</ref>

Architect also provides out of the box support for Git (distributed revision control), LaTeX, Sweave / knitr, C, C++, Java and the Mylyn task management system.

== Customization == An advantage of Eclipse over most other IDEs is that is provides many possibilities for further customization to the needs and wishes of the end user.<ref>{{cite web|title=Why Eclipse instead of word processors and command prompt?|url=https://altabel.wordpress.com/tag/real-advantages-of-using-eclipse/}}</ref><ref>{{cite web|url=https://stackoverflow.com/questions/152691/is-eclipse-the-best-ide-for-java|title=Is Eclipse the best IDE for Java?|publisher=Stack Overflow}}</ref> The long list of available Eclipse plug-ins provide support for virtually any programming language. For example, Architect can be easily extended by adding support for the Python programming language (by using the PyDev plug-in<ref>{{cite web|url=http://pydev.org/|title=PyDev}}</ref>) or for the creation of Docker software containers.<ref>{{cite web|title=Editing dockerfiles with Architect|date=22 June 2015 |publisher=R-bloggers|url=http://www.r-bloggers.com/editing-dockerfiles-with-architect/}}</ref>

==References== {{reflist}}

Category:Integrated development environments