data-edu / data-science-in-education

Repository for the second edition of 'Data Science in Education Using R' by Emily A. Bovee, Ryan A. Estrellado, Joshua M. Rosenberg, and Isabella C. Velásquez
http://www.datascienceineducation.com/
260 stars 78 forks source link

dummies package is no longer available #577

Open RobertTalbert opened 2 years ago

RobertTalbert commented 2 years ago

Chapter 13 of the book uses the dummies package, but there is an error when loading it:

  package ‘dummies’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

It looks like the package has simply been removed: https://cran.r-project.org/web/packages/dummies/index.html

ivelasq commented 2 years ago

Thank you for letting us know, Robert! That's too bad that dummies has been removed from CRAN. We're planning on updating the book and will use another package. Appreciate it!