Hi, If you mean remotes::install_git(), and you think this is a bug in
remotes, then please open an issue in the remotes issue tracker:
https://github.com/r-lib/remotes/issues
Thanks,
Gabor
On Sat, Aug 22, 2020 at 9:08 PM Sameh M. Abdulah
wrote:
>
>
> I am using install_git to download my packa
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 proble