commitProject: Git commit of project.

Description Usage Arguments Details Value Examples

View source: R/commit_project.R

Description

Git commit of project.

Usage

1
2
3
4
5
6
commitProject(
  commit.message = "",
  project.id = getProject(),
  addAll = FALSE,
  checkSync = TRUE
)

Arguments

commit.message

message describing edits

project.id

project to commit

addAll

logical for adding every R script and support file to commit

checkSync

logical for checking sync status

Details

Need git option active. Uses git2r package. addAll = TRUE will increase compute time.

Value

commit message

Examples

1
2
3
4
## Not run: 
commitProject("adaprHome","Did I change something?")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.