Add packages to your Environment and manage package versions.
- Preload Environment packages
-
Use Dockerfile Instructions to install packages to your Environment permanently with quick execution times.
- Package dependency files
-
Use
requirements.txt
orinstall.R
to install packages to your Environment every time you start an execution.