Other packages > Find by keyword >

archivist  

Tools for Storing, Restoring and Searching for R Objects
View on CRAN: Click here


Download and install archivist package within the R console
Install from CRAN:
install.packages("archivist")

Install from Github:
library("remotes")
install_github("cran/archivist")

Install by package version:
library("remotes")
install_version("archivist", "2.3.8")



Attach the package and use:
library("archivist")
Maintained by
Przemyslaw Biecek
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-08-30
Latest Update: 2021-05-20
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.
How to cite:
Przemyslaw Biecek (2014). archivist: Tools for Storing, Restoring and Searching for R Objects. R package version 2.3.8, https://cran.r-project.org/web/packages/archivist. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2014-08-30 23:00), 1.1 (2014-09-21 07:43), 1.2 (2014-11-29 16:17), 1.3 (2015-03-02 00:17), 1.5 (2015-07-01 05:58), 1.6 (2015-08-15 23:09), 1.7 (2015-09-25 17:03), 1.8 (2015-11-27 12:07), 2.0.1 (2016-02-21 16:50), 2.0.2 (2016-03-05 00:12), 2.0.3 (2016-03-08 00:16), 2.0.4 (2016-05-13 00:47), 2.0 (2016-02-13 01:11), 2.1.1 (2016-11-18 22:24), 2.1.2 (2016-12-31 18:45), 2.1 (2016-07-27 23:50), 2.2 (2017-11-26 00:43), 2.3.1 (2018-04-24 12:41), 2.3.2 (2019-01-02 12:30), 2.3.4 (2019-08-31 12:50), 2.3.5 (2021-02-06 06:50), 2.3.6 (2021-05-20 16:40), 2.3 (2018-02-19 20:39)
Other packages that cited archivist R package
View archivist citation profile
Other R packages that archivist depends, imports, suggests or enhances
Complete documentation for archivist
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA