maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
522 stars 139 forks source link

Using nflscrapR with Alteryx, but already have 'plyr' and 'Rcpp' installed #147

Closed zachmiller3 closed 4 years ago

zachmiller3 commented 4 years ago

Has anyone used nflscrapR with Alteryx? I am attempting to run the installation using devtools, but I receive an error mid-way through installation since I already have 'plyr' and 'Rcpp' installed. The specific error is:

Error: R (1): Error: (converted from warning) packages 'plyr', 'Rcpp' are in use and will not be installed

I've uninstalled both packages and attempted the installation, but that creates a whole new set of errors.

My secondary, probably more important question, is: Can you deselect one of the 50 packages being installed in the nflscrapR installation?