Skip to content

jasonmoy28/psycCleaning

Repository files navigation

psycCleaning

Data Cleaning for Psychological Analyses

CRAN latest release CRAN version R-CMD-check Codecov test coverage download-total download-monthly

Installation

CRAN Stable Version

# Install the standard version 
install.packages('psycCleaning')

# Install all of the suggested dependencies for full functionality 
install.packages('psycCleaning',dependencies = c("Depends", "Imports","Suggests")) 

Dev Version (newest feature)

devtools::install_github('jasonmoy28/psycCleaning')