Skip to content
Prev 5902 / 12125 Next

[R-pkg-devel] install_git +submodules

I am using install_git to download my package from Github. The problem that I am using submodule on my repo and install_git always uses the master branch of this submodule.
I defined mu submodules to uses a specific commit, not the master.

I tried to used args="--recursive" but the same problem is still occurring.


--Sameh