Package: archivist
Version: 1.3
Type: Package
Title: Tools for Storing, Restoring and Searching for R Objects
Authors@R: c(
    person("Przemyslaw", "Biecek", role = c("aut", "cre"),
    email = "przemyslaw.biecek@gmail.com"),
    person("Marcin", "Kosinski", role = c("aut"),
    email = "m.p.kosinski@gmail.com")
    )
Description: Data exploration and modelling is a process in which a lot of data
    artifacts are produced. Artifacts like: subsets, data aggregates, plots,
    statistical models, different versions of data sets and different versions
    of results. The more projects we work with the more artifacts are produced
    and the harder it is to manage these artifacts. Archivist helps to store
    and manage artifacts created in R. Archivist allows you to store selected
    artifacts as a binary files together with their metadata and relations.
    Archivist allows to share artifacts with others, either through shared
    folder or github. Archivist allows to look for already created artifacts by
    using it's class, name, date of the creation or other properties. Makes it
    easy to restore such artifacts. Archivist allows to check if new artifact
    is the exact copy that was produced some time ago. That might be useful
    either for testing or caching.
Repository: CRAN
License: GPL-2
LazyLoad: yes
LazyData: yes
Depends: R (>= 3.0.0), RSQLite, DBI, shiny, lubridate
Imports: RCurl, digest, httr
BugReports: https://github.com/pbiecek/archivist/issues
Packaged: 2015-02-28 16:58:19 UTC; pbiecek
Author: Przemyslaw Biecek [aut, cre],
  Marcin Kosinski [aut]
Maintainer: Przemyslaw Biecek <przemyslaw.biecek@gmail.com>
NeedsCompilation: no
Date/Publication: 2015-03-02 00:17:40
Built: R 3.1.3; ; 2015-03-02 15:23:30 UTC; unix
