RStudio: Integrated development environment (IDE) for R

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • RStudio Server

    RStudio is an integrated development environment (IDE) for R

  • This particular issue should be resolved in the latest daily builds of RStudio. The underlying issue here was a conda patch included in the conda-provided builds of R, which interfered with the way RStudio attempted to load R. Please see https://github.com/rstudio/rstudio/issues/13184#issuecomment... for more details.

  • jupyterlab-desktop

    JupyterLab desktop application, based on Electron.

  • The closest Python equivalent to RStudio is the JupyterLab Desktop app[1,2], which I highly recommend. I've entirely switched to using it for teaching, and it is a godsend, since it works the same way across platforms (win/mac/linux), installs its own Python interpreter independent of any system Python the student might have, and even comes with NumPy/SciPy/Pandas/Seaborn/statsmodels already installed, which makes it possible for me to skip the `pip ...` or `conda ...` instructions altogether.

    Between the standalone desktop app, and the convenience of running JypyterLab in the cloud thanks to https://mybinder.org/ links, there is now a smooth path for beginners getting into stats/ML/data science: (1) read notebook on github or nbviewer, (2) run notebooks in the cloud via mybinder links, (3) install JupyterLab Desktop app, (4) learn to install Python+env-manager via command line. Previously, new learners were forced to jump straight to (4), but now there are logical steps along the way!

    [1] https://github.com/jupyterlab/jupyterlab-desktop?tab=readme-...

    [2] https://blog.jupyter.org/jupyterlab-desktop-app-now-availabl...

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vscode-R

    R Extension for Visual Studio Code

  • Oh - nice, thanks - so it looks like the interactive window is also possible, but not (yet) 'properly'/'officially' supported

    https://github.com/REditorSupport/vscode-R/issues/1412

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Developing a complex Rcpp-based package—better IDE than RStudio?

    2 projects | /r/Rlanguage | 27 Jun 2021
  • Who has (successfully) ditched RStudio for vscode (visual studio code)?

    2 projects | /r/Rlanguage | 20 May 2021
  • VC Code in the browser – Self hosted, sync between devices

    1 project | news.ycombinator.com | 4 May 2024
  • Secure Browser Access to code-server VSCode

    4 projects | dev.to | 16 Feb 2024
  • Utilize AI-powered Tools Amazon CodeWhisperer and Amazon Q in Visual Studio Code on Android Devices

    2 projects | dev.to | 23 Jan 2024