Search29 Results
- Knowledge Base
- Software
Index of Advanced Topics for Conda, Python, and R
- Knowledge Base
- Software
List library paths for RStudio for current project.
- Knowledge Base
- Software
Create Conda environment for using RStudio with R packages to ensure a robust set of base packages (like ggplot2 and dplyr) compiled specifically for your environment.
- Knowledge Base
- Software
Install Rstudio from Company Portal
- Knowledge Base
- Software
Quick start guide to using R, RStudio and Python together on University-managed computers including installation without administrator credentials, utilization of unique Conda environments for each project, adding additional channels for packages, adding R and Python packages to the environment, launching RStudio, utilizing the reticulate R package and backing up configurations for portability and reproducibility.
- Knowledge Base
- Software
Quick start guide to using RStudio on University-managed computers including installation from Company Portal, utilization of creating individual renv environments for each project, adding additional packages and creating snapshots of configurations for portability and reproducibility.
- Knowledge Base
- Software
Index of R/RStudio guides
- Knowledge Base
- Software
A collection of best practices and how-to guides for managing R workflows.
- Knowledge Base
- Software
Using VS Code as Integrated Development Environment (IDE) in Conda Environment for Python and R Development - Mac
- Knowledge Base
- Software
Using VS Code as Integrated Development Environment (IDE) in Conda Environment for Python and R Development - Windows
- Knowledge Base
- Software
Best Practices for Managing Integrated R & Python Projects with Conda
- Knowledge Base
- Software
Integrating R and Python on Windows can be notoriously finicky. The rpy2 library bridges this gap beautifully, but installing it via traditional methods often triggers a cascade of compilation headaches. Using Conda eliminates this friction by managing pre-compiled binaries and dependencies smoothly.
- Knowledge Base
- Software
Best Practices and Managing Library Paths and Packages in RStudio (User-Level Installation Only)
- Knowledge Base
- Software
Best practices for managing portable and reproducible R code across OS platforms.
- Knowledge Base
- Software
Launching RStudio from a specific Conda environment ensures that your R sessions use the exact package versions, dependencies, and R executable isolated within that environment.