AWM useRguide
  • Lab Website
  • Lab Manual
  • R Workshop
  • R Packages
    • englelab
    • psyworkflow
    • semoutput
    • modeloutput
    • pupillometry
  1. Appendices
  2. Update Packages
  • Welcome
  • Installs and Updates
  • Overview
  • Data Preparation
    • 1  Compile Raw Data
    • 2  Tidy Raw Data
    • 3  Data Qualtiy Checks
  • Data Scoring
    • 4  Setup Analysis Project
    • 5  Score and Clean Data
    • 6  Single Merged File
  • Data Analysis
    • 7  ANOVA
    • 8  Regression
  • Appendices
    • Update Packages
  1. Appendices
  2. Update Packages

Update Packages

I will sporadically update my GitHub R Packages. It is recommended to use the latest versions. Copy and paste this code into a script to update the packages on your computer.

library(devtools)

install_github("EngleLab/englelab", upgrade = FALSE)
install_github("dr-JT/psyworkflow", upgrade = FALSE)
install_github("dr-JT/semoutput", upgrade = FALSE)
install_github("dr-JT/pupillometry", upgrade = FALSE)
install_github("dr-JT/modeloutput", upgrade = FALSE)
8  Regression