-
Notifications
You must be signed in to change notification settings - Fork 757
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
install_* requires non-source files under version control #449
Comments
There are plenty of auto generated files already in your version control:
|
Actually there aren’t. |
To me, this looks very similar to #397. |
👍 Maybe |
Closing as it's a dup. |
The
install_*
family of functions which install from a repository (git
,github
,gitorious
,bitbucket
…) require non-source files in that repository in order to work.In particular, it requires a
NAMESPACE
file in the repository, even though said file is generated from source (#' @export
directives), and should therefore not be put under version control. The error I’m getting isAs a consequence, I cannot use it to install a GitHub hosted package without putting auto-generated files under version control.
The text was updated successfully, but these errors were encountered: