alval_git: Creates package repo on GitHub

Description Usage Arguments Value Examples

View source: R/alval_git.R

Description

Initializes GitHub repo, adds, commits, and pushes package to GitHub

Usage

1
alval_git(pkg_path = NULL, credentials = NULL)

Arguments

pkg_path

Path where you will be storing your package

credentials

NULL by default. Option 'alval' is specifically for me. If other specify credentials to be passed to devtools::use_github(credentials = ).

Value

No objected returned. Check your GitHub to see if the package repo was properly configured.

Examples

1
2
3
## Not run: 
alval_git(pkg_path = '/Users/alval/Box/Research/aliviateR', credentials = 'alval')
## End(Not run)

avalcarcel9/aliviateR documentation built on July 10, 2020, 12:32 p.m.