-
Notifications
You must be signed in to change notification settings - Fork 217
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
callr_remote_error: Cannot install packages...can't find
on remote crazycapivara/h3-r
#663
Comments
If the package name is not the same as the repo name, you need to tell pak what the name of the package is, like this:
|
trying that yielded a different error:
|
Try using the latest actions, i.e. In general, it is best to follow the example workflows. |
Thanks! I started over using the @ v2 example action. That has gotten us to a new error related to #2126. This one might might be a detail I am missing in the pkgdown docstring for one of our functions but I can't find it. |
pkgdown now errors on the CI if you don't document all exported objects. You can also put them in a section called "internal" and then there is no error and the topics are left out, if you don't want to document them. See the pkgdown docs. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Describe the bug
To Reproduce
Expected behavior
The package should install successfully as it does locally when doing
devtools::install_local()
orremotes::install_github()
Additional context
This package name is unusual in that it has a dash (
-
) in the name; there is some speculation that this may be related to the bug.The text was updated successfully, but these errors were encountered: