Requirements to install and use tilt packages
Source:vignettes/articles/tiltRequirements.Rmd
tiltRequirements.Rmd
Hardware
In a fresh system, 8 GB RAM and 4 AMD CPUs were enough to run the most intensive processes. On your laptop use 16 GB RAM or more, since it needs some memory for other processes.
Software
- Operative system: Our packages are tested on the latest version of Windows, Mac, and Ubuntu, and with R >= 4.1.0 (released on 2021-05-18).
- Install R and RStudio.
- R packages: When you install an R package, all of its dependencies install automatically. You can find them in the DESCRIPTION file under “Depends:”, “Imports:”, “Suggests:”, and “Remotes:” (example).
R setup
- Always start R with a blank slate.
- Work from RStudio projects.
Expertise
- It’s nice to have experience using R for Data Science.