ramnathv/slidify

installed.packages("devtools") Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances License License_is_FOSS License_restricts_use OS_type Archs MD5sum NeedsCompilation Built

joecabz opened this issue ยท 6 comments

installed.packages("devtools") Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances License License_is_FOSS License_restricts_use OS_type Archs MD5sum NeedsCompilation Built

Please help. I am using R-3.3.2-win.exe, RStudio-1.0.44.exe,Rtools33.exe, windows 10 64bit

I am not clear how this issue is related to slidify. Were you trying to run install.packages("devtools") before installing slidify?

use install.packages() instead of installed.packages()..

refer - swirldev/swirl#331. Hope it helps

Wrong command. You're using the function installed.packages() when you should be using the function install.packages().

This is due to RStudio code complete that suggests installed.packages

Thank you!