I am learning ML from Applied Predictive Modeling book, while installing AppliedPredictiveModeling package I am getting following error
install.packages("AppliedPredictiveModeling")
Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances License License_is_FOSS License_restricts_use OS_type Archs MD5sum NeedsCompilation Built
I tried looking on Google and SO to resolve this but was unable to find any solution. Please tell me how to resolve this, I have never encountered this error before. I use RStudio on Windows 7.
I found that I was generating this error message when I mistakenly typed
installed.packages("Hmisc")
Instead of the (correct)
install.packages("Hmisc")
since no one was able to help me on this issue, I guess perhaps it was not a common problem, but I solved it finally by installing the package offline.
You are mistyping install.packages as installed.packages. That's all. Just use the correct install.packages() function.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With