Tools for Storing, Restoring and Searching for R Objects


License
GPL-2.0

Documentation

CRAN_Status_Badge DOI Downloads Total Downloads

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status Github Issues Coverage coveralls Coverage codecov

A set of tools for datasets and plots archiving

Everything that exists in R is an object. archivist is an R package that stores copies of all objects along with their metadata. It helps to manage and recreate objects with final or partial results from data analysis.

Use the archivist to record every result, to share these results with future you or with others, to search through repository of objects created in the past but needed now.

Installation

To get started, install the latest version of archivist from CRAN:

install.packages("archivist")

or from GitHub:

devtools::install_github("pbiecek/archivist")

Cheatsheet

The cheatsheet

Citation

To cite the archivist in publications please use:

Biecek P and Kosinski M (2017). “archivist: An R Package for Managing,
Recording and Restoring Data Analysis Results.” _Journal of Statistical
Software_, *82*(11), pp. 1-28. doi: 10.18637/jss.v082.i11 (URL:
http://doi.org/10.18637/jss.v082.i11).

A BibTeX entry for LaTeX users is

  @Article{,
    title = {{archivist}: An {R} Package for Managing, Recording and Restoring Data Analysis Results},
    author = {Przemyslaw Biecek and Marcin Kosinski},
    journal = {Journal of Statistical Software},
    year = {2017},
    volume = {82},
    number = {11},
    pages = {1--28},
    doi = {10.18637/jss.v082.i11},
  }

Misc

The new overview of archivist package

Overview of archivist package

Project is supported by Travis CI and waffle.io.

The list of available functions:

help(package="archivist")

The list of use-cases: is available on archivist webpage http://pbiecek.github.io/archivist/

Authors of the project:

Przemysław Biecek, przemyslaw.biecek@gmail.com

Marcin Kosiński, m.p.kosinski@gmail.com

Witold Chodor, witoldchodor@gmail.com

archivist.github: Archiving, Managing and Sharing R Objects via GitHub

Workflow of archivist.github package