-
Notifications
You must be signed in to change notification settings - Fork 17
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
delete redundant (?) loadNamespace() calls #254
Comments
this needs to be wrapped in |
maxheld83
added a commit
to maxheld83/r-ci
that referenced
this issue
Jun 15, 2019
maxheld83
added a commit
that referenced
this issue
Jun 15, 2019
maxheld83
added a commit
that referenced
this issue
Jun 15, 2019
maxheld83
added a commit
that referenced
this issue
Jun 15, 2019
maxheld83
added a commit
to maxheld83/pensieve
that referenced
this issue
Jun 15, 2019
this is really only part of the problem, remainder in #272 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some instances where I have to use more
loadNamespace()
than I thought should be necessary (they are all marked withTODO
and this issue in the source).This suggests something is wrong and/or I am not understanding this correctly.
For example:
the
ghactions::document()
action relies on roxygen, which is (rightfully) inSuggests:
for ghactions, notImports:
.So I have to call:
What I don't understand is why I also have to call
before the action will work (otherwise: missing package error).
brew is a dependency of roxygen2 and thus should be loaded when roxygen2 is loaded, no?
So this is weird.
The text was updated successfully, but these errors were encountered: