README.md

tfsR

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build StatusCoverage Status

If you have/want to work with R using git repositories in TFS (either on-premises or via Visual Studio Online), this package saves you having to have Visual Studio (installed on your machine or online), and allows you directly manage git repositories within TFS.

The package leaves existing git source control functionality to other packages/ facilities.

Install tfsR

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("lockedata/tfsR",
                         build_vignettes = TRUE)

Setup

You must have a username (often an email address or AD account) and password for connecting. That's basically it!

NB - you can now use public acces tokens.

Limitations



stephlocke/tfsR documentation built on May 30, 2019, 4:41 p.m.