Posts

Showing posts from August, 2025

R Programming Journal – Christine Jacob

Image
 Studio Console screenshot.  Installation Report: I began by downloading the latest version of R according to my operating system. After the R installation completed, I proceeded to download RStudio Desktop. Both installers were straightforward, making sure to select the correct version for my system. Once installed, I opened RStudio to confirm that it recognized R properly. The console displayed the version information successfully, and I captured a screenshot of the console window as required, as seen above. During the installation, I did not encounter any major issues. The only minor challenge was ensuring that my operating system’s security settings allowed the installer to run, on macOS. Once I approved it, the installation proceeded without further problems. My system is running macOS Ventura 13.5, with R version 4.4.2 installed. I am using RStudio version 2024.12.0+467, which provides the interface for working with R. An R vector is a one-dimensional structure that...