Skip to content
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

installing from git(hub) with submodules #82

Closed
tidy-bot opened this issue Aug 2, 2017 · 5 comments
Closed

installing from git(hub) with submodules #82

tidy-bot opened this issue Aug 2, 2017 · 5 comments
Labels
feature a feature request or enhancement install

Comments

@tidy-bot
Copy link

tidy-bot commented Aug 2, 2017

Issue by jonkeane
Thursday Apr 28, 2016 at 23:38 GMT
Originally opened as r-lib/devtools#1163


Currently git(hub) repositories with submodules can't be installed. There is a warning when using install_github(), but after the switch to git2r it looks like args="--recursive" are no longer supported in install_git().

I've looked through git2r and I don't see any support for submodules there, but I might be missing it somewhere.

Would it be possible (and more importantly advisable) to add an option to check for a .gitmodules file when the repository is downloaded and then also download the submodules specified there before installing the package? I would be happy to take a stab at adding this and sending a pull request, but I want to make sure this isn't a terrible idea first.

This is an off shoot from Issue #751

@tidy-bot
Copy link
Author

tidy-bot commented Aug 2, 2017

Comment by hadley
Thursday Jun 02, 2016 at 13:51 GMT


Yeah, I think that's a reasonable thing to add

@tidy-bot
Copy link
Author

tidy-bot commented Aug 2, 2017

Comment by vspinu
Sunday May 07, 2017 at 15:05 GMT


@jonkeane, have you dug into this further? It's quite a headache I must say.

@tidy-bot tidy-bot added feature a feature request or enhancement install labels Aug 2, 2017
@tidy-bot
Copy link
Author

tidy-bot commented Aug 2, 2017

Comment by jonkeane
Monday May 08, 2017 at 13:52 GMT


I haven't looked at this since I sent the PR. If you check out the code at that point it should work, but let me know if there are any problems and I'll see what I can do to fix them.

@tidy-bot
Copy link
Author

tidy-bot commented Aug 2, 2017

Comment by jimhester
Monday May 08, 2017 at 14:22 GMT


Also a workaround with CRAN devtools is to use something like the following r-lib/devtools#751 (comment)

@tidy-bot
Copy link
Author

tidy-bot commented Aug 2, 2017

Comment by rtobar
Friday May 26, 2017 at 01:48 GMT


I'm also eager to see these changes included in devtools. Thus, I rebased @jonkeane's patch on top of the current master, and added a small improvement on top of it. I commented on the original pull request about this to know whether I should create a new one or if we can reuse it to include my changes as well.

jimhester added a commit to jimhester/remotes that referenced this issue Aug 10, 2018
jimhester added a commit to jimhester/remotes that referenced this issue Aug 16, 2018
jimhester added a commit to jimhester/remotes that referenced this issue Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement install
Projects
None yet
Development

No branches or pull requests

1 participant