R/deploy_update.R

# Script to document and build package ------------------------------------

# Document
#devtools::document()

# Build
# devtools::build()
#
# # Commit and push
#
# # Add all changes to the staging area
# system("git add .")
#
# # Commit the changes
# system(paste('git commit -m "',
#              paste('Auto commit message on', Sys.Date()),
#              '"', sep = ''))
#
# # Push the changes
# system("git push origin master")
fthielen/tatooheen documentation built on Nov. 8, 2023, 4:37 a.m.