-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
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
Error: 'create' is not an exported object from 'namespace:devtools' #2104
Comments
devtools did drop In an upcoming release,
More about the relationship between devtools and usethis:
|
Thank you! This is super helpful. Maybe worth updating the cheatsheet on the homepage? |
Excellent point! Will you open a new issue about that? Looks like that dates back to January 2015. |
Done! #2107 |
I just had the same errror and this helped me |
^and me |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
I installed devtools with
packages.install('devtools')
and it eventually installed without error. I can't seem to use any of its methods though?I feel like I must be missing some trivial step...
The text was updated successfully, but these errors were encountered: