Perbandingan RStudio

Take control of your R code. RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.

RStudio is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or in a browser connected to RStudio Server or RStudio Workbench (Debian/Ubuntu, Red Hat/CentOS, and SUSE Linux). There are two versions of RStudio:

RStudio Desktop ; Run RStudio on your desktop

RStudio Server ; Centralize access and computation


Open Source EditionRStudio Desktop Pro
OverviewAccess RStudio locally Syntax highlighting, code completion, and smart indentation Execute R code directly from the source editor Quickly jump to function definitions View content changes in real-time with the Visual Markdown Editor Easily manage multiple working directories using projects Integrated R help and documentation Interactive debugger to diagnose and fix errors Extensive package development toolsAll of the features of open source; plus: A commercial license for organizations not able to use AGPL software Access to priority support RStudio Professional Drivers Connect directly to your RStudio Workbench instance remotely
SupportCommunity forums onlyPriority Email Support 8 hour response during business hours (ET)
LicenseAGPL v3RStudio License Agreement
PricingFree$995/year
   

Open Source EditionRStudio Workbench
OverviewAccess via a web browser Move computation closer to the data Scale compute and RAM centrallyAll of the features of open source; plus: Administrative Tools Enhanced Security and Authentication Metrics and Monitoring Advanced Resource Management Use RStudio, Python, Jupyter, and VSCode Native support for SAML and OpenID authentication for Single Sign-On
DocumentationGetting Started with RStudio ServerRStudio Workbench Admin Guide
SupportCommunity forums onlyPriority Email Support 8 hour response during business hours (ET)
LicenseAGPL v3RStudio License Agreement
PricingFreeStarting at $4,975 / 5 named users per year Academic and Small Business discounts available
   
   

RStudio Workbench Comparison to RStudio Server Open Source

CategoryDescriptionOpen Source EditionProfessional Edition
OverviewAccess the RStudio IDE from anywhere via a web browservv
Move computation close to the datavv
Scale compute and RAM centrallyvv
Powerful coding tools to enhance your productivityvv
Easily publish apps and reportsvv
Python DevelopmentView Python data, publish and knit in Python and share objects with Rvv
Author and edit Python code with Jupyter Notebooks, JupyterLab and VSCodev
Easily publish and share Jupyter Notebooksv
Project SharingShare projects & edit code files simultaneously with othersv
Multiple R VersionsRun multiple versions of R side-by-sidev
Define environments for a particular R versionv
Multiple R and Python SessionsRun multiple analyses in parallelv
Load BalancingLoad balance R sessions across two or more serversv
Ensure high availability using multiple mastersv
Administrative DashboardMonitor active sessions and their CPU and memory utilizationv
Suspend, forcibly terminate, or assume control of any active sessionv
Review historical usage and server logsv
Enhanced SecurityLDAP, Active Directory, Google Accounts and system accountsv
Full support for Pluggable Authentication Modules, Kerberos via PAM, and custom authentication via proxied HTTP headerv
Encrypt traffic using SSL and restrict client IP addressesv
Auditing and MonitoringMonitor server resources (CPU, memory, etc.) on both a per-user and system-wide basisv
Send metrics to external systems with the Graphite/Carbon plaintext protocolv
Health check with configurable output (custom XML, JSON)v
Audit all R console activity by writing input and output to a central locationv
Advanced R Session ManagementTailor the version of R, reserve CPU, prioritize scheduling and limit resources by User and Groupv
Provision accounts and mount home directories dynamically via the PAM Session APIv
Automatically execute per-user profile scripts for database and cluster connectivityv
Data ConnectivityRStudio Professional Drivers are ODBC data connectors that help you connect to some of the most popular databasesv
LauncherStart processes within various systems such as container orchestration platformsv
Submit standalone ad hoc jobs to your compute cluster(s) to run computationally expensive R or Python scriptsv
Tutorial APIAutomate interactions with the RStudio IDEv
Remote SessionsConnect to RStudio Workbench directly from RStudio Desktop Pro for more powerful computing resources, freeing up your local systemv

Sumber : https://www.rstudio.com/products/rstudio/

Leave a Reply

Your email address will not be published. Required fields are marked *