powered by
Allows the user to downloads and install the latest version of git for Windows.
install.git(URL = "http://git-scm.com/download/win", version = 64, ...)
the URL of the git download page.
numeric - either 32 or 64 (default)
extra parameters to pass to install.URL
TRUE/FALSE - was the installation successful or not.
Git is a distributed revision control and source code management system with an emphasis on speed.
git homepage: http://git-scm.com/ git download page: http://git-scm.com/download/win
# NOT RUN { install.git() # installs the latest version of git # }
Run the code above in your browser using DataLab