Webucator Logo
Home
Course Catalog
Training Delivery Methods
Live Online Classes
Public Schedule
Private Classes
Self-Paced Training
Enterprise Training
All Training Options
Purchase Courseware
Pricing & Savings
About Us
Sign In
Contact Us
  1-877-932-8228
© 2025 Webucator, Inc. All Rights Reserved.
Courses
Webucator Logo
Browse Courses
SIGN IN
Toggle Contact Dropdown
Contact Us 1-877-932-8228
Toggle More Dropdopwn
Course Catalog Live Online Classes Public Schedule Private Classes Self-Paced Training Enterprise Training All Training Options Pricing & Savings
Purchase Courseware
About Us
  1. Home
  2. Catalog
  1. Catalog

Setup for Data Analytics with R Training

Required Software

Students should have a recent versions of the software below installed for the course:

  1. R (https://cran.r-project.org/bin/windows/base/)
  2. RStudio Desktop Open Source Edition (https://posit.co/download/rstudio-desktop/) 
  3. R packages as described below.

Instructions

Install R, RStudio, and Packages

  1. Install R (does not require IT help): https://cran.r-project.org/bin/windows/base/
  2. Install RStudio (requires IT admin privileges, call the helpline at 1-800-877-7435): https://posit.co/download/rstudio-desktop/
  3. To install R packages, open RStudio and run the following code in the RStudio console:
    
    options(download.file.method = 'wininet')
    package_list <- c('rmarkdown','tidyverse','Hmisc','ggthemes','ggridges','hrbrthemes','quarto')
    install.packages(package_list)
                
  4. Finally, to test if your installation is working, run the following in RStudio:
    
    ## testing if R packages were successfully installed
    installed <- lapply(package_list, require, character.only = TRUE)
    if (all(unlist(installed))) {
      message("Success, all packages installed!")
    } else {
      message("At least one package was not installed correctly :(")
      for (i in 1:length(package_list)) {
        if (!installed[[i]]) {
          message(paste0("---   '", package_list[i], "' was not installed correctly."))
        }
      }
    }
                

Courses and Class Files

This setup page is used for the following course:

Courses

  1. Data Analytics with R Training.
    • Private students should download the following class files:
      • RPR102-USPS-1.1.0-data-analytics-with-r-training-for-usps.zip

Training Options

  • Live Online
  • Public Schedule
  • Self-Paced Courses
  • Customized Onsite
  • Instructor-Supported eLearning
  • Enterprise Solutions
  • All Training Options

Course Catalog

  • Full Catalog
  • Pricing & Savings

About Us

  • Contact Us
  • About Webucator
  • Client Testimonials
  • Client List
  • Privacy Policy
  • Train for Us
  • Cancellation Policy
  • Make a Payment

Microsoft

  • Microsoft Training
  • Certified Microsoft Course List
  • Microsoft Courseware

Resources

  • Newsletter
  • Setup Pages
  • Articles

Courseware

  • Purchase Courseware
© 2004-2025 Webucator, Inc. All Rights Reserved.