install.git | R Documentation |
Allows the user to downloads and install the latest version of git for Windows.
install.git(URL = "https://git-scm.com/download/win", version = 64, ...)
URL |
the URL of the git download page. |
version |
numeric - either 32 or 64 (default) |
... |
extra parameters to pass to install.URL |
Git is a distributed revision control and source code management system with an emphasis on speed.
TRUE/FALSE - was the installation successful or not.
git homepage: https://git-scm.com/ git download page: https://git-scm.com/download/win
## Not run: install.git() # installs the latest version of git ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.