Configure R Profile Settings for Better User Experience
Source:R/set_r_profile_settings.R
set_rprofile_settings.Rd
Configures important settings in your .Rprofile
to improve the R
experience, especially for new users. This includes:
Setting package installation to use binaries (non-Linux systems)
Increasing the timeout for downloads to prevent installation failures
These settings help avoid common issues like source compilation failures on Windows and timeout errors when downloading large packages.
You can examine your .Rprofile
to confirm changes with
usethis::edit_r_profile()