We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Please help. I am using R-3.3.2-win.exe, RStudio-1.0.44.exe,Rtools33.exe, windows 10 64bit
Sorry, something went wrong.
I am not clear how this issue is related to slidify. Were you trying to run install.packages("devtools") before installing slidify?
slidify
install.packages("devtools")
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!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: