https://github.com/cran/archivist
Raw File
Tip revision: 708bf04b3f4957a240f80a65ad4313af0f1485f7 authored by Przemyslaw Biecek on 01 July 2015, 05:58:23 UTC
version 1.5
Tip revision: 708bf04
NAMESPACE
# Generated by roxygen2 (4.1.1): do not edit by hand

S3method(plot,repository)
S3method(print,ahistory)
S3method(print,repository)
export("%a%")
export(addTagsRepo)
export(ahistory)
export(aread)
export(asearch)
export(cache)
export(copyGithubRepo)
export(copyLocalRepo)
export(createEmptyRepo)
export(deleteRepo)
export(getTagsGithub)
export(getTagsLocal)
export(loadFromGithubRepo)
export(loadFromLocalRepo)
export(multiSearchInGithubRepo)
export(multiSearchInLocalRepo)
export(rmFromRepo)
export(saveSetToRepo)
export(saveToRepo)
export(searchInGithubRepo)
export(searchInLocalRepo)
export(setGithubRepo)
export(setLocalRepo)
export(shinySearchInLocalRepo)
export(showGithubRepo)
export(showLocalRepo)
export(summaryGithubRepo)
export(summaryLocalRepo)
export(zipGithubRepo)
export(zipLocalRepo)
import(DBI)
import(RCurl)
import(RSQLite)
import(digest)
import(httr)
import(lubridate)
import(shiny)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(utils,head)
importFrom(utils,zip)
back to top