https://github.com/pbiecek/archivist
A set of tools for datasets and plots archiving
https://github.com/pbiecek/archivist
Last synced: 14 days ago
JSON representation
A set of tools for datasets and plots archiving
- Host: GitHub
- URL: https://github.com/pbiecek/archivist
- Owner: pbiecek
- Created: 2013-09-04T08:23:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T20:33:13.000Z (9 months ago)
- Last Synced: 2025-04-02T04:08:35.529Z (21 days ago)
- Language: HTML
- Homepage: http://pbiecek.github.io/archivist/
- Size: 50.3 MB
- Stars: 73
- Watchers: 12
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - pbiecek/archivist - A set of tools for datasets and plots archiving (HTML)
README
[](https://cran.r-project.org/package=archivist)
[](http://dx.doi.org/10.5281/zenodo.47154)
[](http://cran.rstudio.com/package=archivist)
[](http://cranlogs.r-pkg.org/badges/grand-total/archivist)[](http://www.repostatus.org/#active)
[](https://travis-ci.org/pbiecek/archivist)
[](https://github.com/pbiecek/archivist/issues)
[](https://coveralls.io/r/pbiecek/archivist)
[](https://codecov.io/github/pbiecek/archivist?branch=master)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:
```{Ruby}
install.packages("archivist")
```or from GitHub:
```{Ruby}
devtools::install_github("pbiecek/archivist")
```## 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


Project is supported by [Travis CI](https://travis-ci.org/) and [waffle.io](https://waffle.io/).
The list of available functions:
```{Ruby}
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](http://marcinkosinski.github.io/archivist.github/): Archiving, Managing and Sharing R Objects via GitHub
