inst/rmarkdown/templates/clinicopathological/skeleton/R/force_git.R

# gitUpdateCommitPush
CommitMessage <- paste("updated on ", Sys.time(), sep = "")
wd <- getwd()
gitCommand <- paste("cd ", wd, " \n git add . \n git commit --message '", CommitMessage, "' \n git push origin master \n", sep = "")
system(command = gitCommand, intern = TRUE)
sbalci/histopathR documentation built on Nov. 12, 2024, 12:28 p.m.