generated from RajLabMSSM/echoverseTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The polyfun repo is not getting included in "inst/tools" when installing echofinemap.
This is because the submodule is being interpreted as an empty folder by R:
https://stackoverflow.com/questions/50474445/how-could-i-release-an-r-package-on-github-using-github-submodules
Suggested solution with packrat:
https://blog.methodsconsultants.com/posts/using-packrat-with-git-submodules/
Discussion on devtools:
r-lib/devtools#1163
r-lib/devtools#1222
git2r package:
https://github.com/ropensci/git2r
This function seems promising:
r-lib/devtools#751 (comment)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress