Package: repo 2.1.6

repo: A Data-Centered Data Flow Manager

A data manager meant to avoid manual storage/retrieval of data to/from the file system. It builds one (or more) centralized repository where R objects are stored with rich annotations, including corresponding code chunks, and easily searched and retrieved. See Napolitano (2017) <doi:10.1186/s12859-017-1510-6> for further information.

Authors:Francesco Napolitano <[email protected]>

repo_2.1.6.tar.gz
repo_2.1.6.zip(r-4.5)repo_2.1.6.zip(r-4.4)repo_2.1.6.zip(r-4.3)
repo_2.1.6.tgz(r-4.4-any)repo_2.1.6.tgz(r-4.3-any)
repo_2.1.6.tar.gz(r-4.5-noble)repo_2.1.6.tar.gz(r-4.4-noble)
repo_2.1.6.tgz(r-4.4-emscripten)repo_2.1.6.tgz(r-4.3-emscripten)
repo.pdf |repo.html
repo/json (API)

# Install 'repo' in R:
install.packages('repo', repos = c('https://franapoli.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/franapoli/repo/issues

On CRAN:

4 exports 20 stars 2.39 score 1 dependencies 1 dependents 2 mentions 53 scripts 249 downloads

Last updated 3 years agofrom:b17a0599b0. Checks:OK: 3 NOTE: 4. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-winNOTESep 10 2024
R-4.5-linuxNOTESep 10 2024
R-4.4-winNOTESep 10 2024
R-4.4-macNOTESep 10 2024
R-4.3-winOKSep 10 2024
R-4.3-macOKSep 10 2024

Exports:repo_buildrepo_chunkrepo_hasrepo_open

Dependencies:digest

The Repo R Data Manager

Rendered fromindex.Rmdusingknitr::rmarkdownon Sep 10 2024.

Last update: 2019-12-19
Started: 2015-08-03

Readme and manuals

Help Manual

Help pageTopics
Repo: The Data-centered Data Flow Managerrepo-package repo
Create a new item from an existing file.repo_attach
Get item attribute.repo_attr
Builds a resource using the associated code chunkrepo_build
Edit all items info using a text file.repo_bulkedit
Check repository integrity.repo_check
Shows code chunk associated with an itemrepo_chunk
Copy items to another repositoryrepo_copy
Open a visual interface to the reporepo_cpanel
Build and/or plots a dependency graphrepo_dependencies
Returns item's dependenciesrepo_depends
Low-level list of item entries.repo_entries
Export 'repo' items to RDS file.repo_export
Match items by matching any fieldrepo_find
Retrieve an item from the repo.repo_get
Provides simplified access to repository items.repo_handlers
Check whether a repository has an itemrepo_has
Provides detailed information about an item.repo_info
Run expression with cache.repo_lazydo
Loads an item to current workspacerepo_load
Open an existing repository or create a new one.repo_open
Set repository-wide optionsrepo_options
Plots a pie chart of repository contentsrepo_pies
Show a summary of the repository contents.repo_print
Defines and 'put'-s a 'project' item.repo_project
Download item remote contentrepo_pull
Create a new item in the repository.repo_put
Finds all items related to a set of itemrepo_related
Remove item from the repo (and the disk).repo_rm
Show path to repo rootrepo_root
Edit an existing item.repo_set
Quickly store temporary datarepo_stash
Remove all stashed datarepo_stashclear
Run system call on an itemrepo_sys
Add tags to an item.repo_tag
List all tagsrepo_tags
Remove tags from an item.repo_untag