R/travisDeploy.R

travisDeploy<-function(message="no message"){
	library(travis)
	res <- system(paste0("git -C /lustre/maize/home/dlv04c/software/r/travis/ add /lustre/maize/home/dlv04c/software/r/travis/ &&\
	git -C /lustre/maize/home/dlv04c/software/r/travis/ commit -a -m '",message,"' &&\
	git -C /lustre/maize/home/dlv04c/software/r/travis/ push"))
	library(devtools)
	detach("package:travis",unload=T)
	install_github("dvera/travis")
	library(travis)
}
dvera/travis documentation built on June 5, 2019, 5:12 a.m.