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
Activity
joecabz commentedon Nov 13, 2016
Please help. I am using R-3.3.2-win.exe, RStudio-1.0.44.exe,Rtools33.exe, windows 10 64bit
ramnathv commentedon Nov 13, 2016
I am not clear how this issue is related to
slidify
. Were you trying to runinstall.packages("devtools")
before installingslidify
?synbaas commentedon Nov 16, 2017
use install.packages() instead of installed.packages()..
refer - swirldev/swirl#331. Hope it helps
SyahirahWanMin commentedon Dec 3, 2018
Wrong command. You're using the function installed.packages() when you should be using the function install.packages().
ranga291257 commentedon May 13, 2019
This is due to RStudio code complete that suggests installed.packages
Meelol commentedon Feb 8, 2021
Thank you!