README.md

DKS Package Installation

To install the DKS package, follow the code below. Make sure you have devtools and git2r packages installed.

install.packages("devtools")
install.packages("git2r")
install.packages("getPass")

library(git2r)
devtools::install_git("https://bitbucket.dcsg.com/scm/ecd/DataScienceLibrary.git", 
                      credentials = cred_user_pass(username = "DKS Login", 
                                                   password = getPass::getPass()))


blazickjoe/DataScienceLibrary documentation built on Nov. 5, 2019, 2:26 p.m.