The extension of the 'archivist' package integrating the archivist with GitHub via GitHub API, 'git2r' packages and 'httr' package.
install.packages('archivist.github')browseVignettes('archivist.github')
RHero saves Backup City with archivist and GitHub
Thanks to pedzlenie for paintings!
addHooksToPrintGitHub()
archives with names now.createGitHubRepo()
feature that produce README.md
.New functions
authoriseGitHub()
- easier GitHub token creationaddHooksToPrintGitHub()
- equivalent of archivist::addHooksToPrint
but with archivist.github::archive()
usage instead of archivist::asave()/saveToLocalRepo()
Minor updates
createGitHubRepo()
has extended README.md
file.Other
artifactName
parameter in archive
so that now it uses deparse
instead of digest
and one can now archive artifacts with their names.Extensions to archivist
archive()
createGitHubRepo()
, cloneGitHubRepo()
, deletGitHubRepo()
pullGitHubRepo()
, puchGitHubRepo()