Installing R, RStudio, and Modern R Package
2024-01-25
Warning
Make sure you download the latest version of R for optimal performance and compatibility
Warning
The free desktop version of RStudio is sufficient for most users.
Note
The paid versions offer additional features like project management and collaboration tools.
Note
Don’t forget to comment your code to revisit your data-wrangling magic later!
Note
Use history() to recall past commands and avoid code retyping fatigue.
Note
Use clear() to clean up your workspace and avoid data clutter confusion.
Note
Experiment with different plot types and customize them to tell your data’s unique story.
Slides created via the R packages: Quarto
The chakra comes from remark.js, knitr, and R Markdown.
Warning
Warn against installing packages from untrusted or unofficial sources
Important
Emphasize the importance of verifying package sources to avoid security issues
There are two main ways to install R packages
Tip
The easiest way to install packages is from console using install.packages()
function