I would suggest to add a ref argument to the function install_git(), similar to the one in the install_github() to enable the installation of tagged versions or branches from a git repository.
As pointed out by Winston Chang (Conversation "ref parameter for install_git?" on the devtools mailing list), -b (or --branch) could used in git clone:
I would suggest to add a ref argument to the function install_git(), similar to the one in the install_github() to enable the installation of tagged versions or branches from a git repository.
As pointed out by Winston Chang (Conversation "ref parameter for install_git?" on the devtools mailing list), -b (or --branch) could used in git clone:
At the moment install_git_single uses
to clone the git repo.
i.e. adding the --branch = ... parameter, should work as expected.
Cheers,
Rainer
The text was updated successfully, but these errors were encountered: