I\'m reasonably new to R, and to stackoverflow, so apologies if I have not provided sufficient detail in my question below. Happy to provide more info if required
I
This is information about git2r
The following devtools installation information comes from devtools:
Make sure you have a working development environment.
Windows: Install Rtools.
Install the release version of devtools from CRAN with install.packages("devtools")
.
library(devtools) build_github_devtools()
Restart R before continuinginstall.packages("devtools.zip", repos = NULL, type = "source")
Remove the package after installationunlink("devtools.zip")