Part2.R - need to quote dplyr when installing package.
seanmperez opened this issue · 1 comments
seanmperez commented
Part2.R - Line 161
install.packages(dplyr)
Needs to be changed to
install.packages("dplyr")
asteves commented
PR to fix this ready for review.