-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency issues building package from scratch #26
Comments
So all dependencies of an R package are defined in All of the shortcuts for building and installing and checking packages are available in the top right of RStudio, and are the same shortcuts used through the keyboard. In this case, However, they are also accessible as functions in the For that, you want to use |
Oh, and to add, I think the easiest way to locally test is to just use |
oh nice thats interesting! Guess i've always just been using the |
I'm trying to follow these instructions and build this package locally by:
ctrl
+shift
+b
But get the following error:
I have a very fresh
R
install, so wondering if some of these dependencies need to be defined somewhere? Problem can be resolved if I manually install each package.The text was updated successfully, but these errors were encountered: