Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

databraryr

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 3
  • Open Issues: 8
  • Releases: 9
Created over 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)
```

# databraryr 


```{r include=FALSE}
usethis::use_cran_badge()
usethis::use_lifecycle_badge("stable")
```
[![CRAN status](https://www.r-pkg.org/badges/version/databraryr)](https://CRAN.R-project.org/package=databraryr)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/databrary/databraryr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/databrary/databraryr/actions/workflows/R-CMD-check.yaml)


## Overview

databraryr is a wrapper for the [Databrary](https://databrary.org) data library's application programming interface (API).
The package can be used to create reproducible data wrangling, analysis, and visualization pipelines from data stored and shared on Databrary.

## Installation

```{r, eval = FALSE}
# The easiest way to install databraryr is from CRAN
install.packages("databraryr")

# The development release can be installed from GitHub
install.packages("pak")
pak::pak("databrary/databraryr")
```

## Usage

Databrary ([databrary.org](https://databrary.org)) is a restricted-access research data library specialized for storing and sharing video with capabilities of storing [other types](https://nyu.databrary.org/asset/formats/) of associated data.
Access to restricted data requires registration and formal approval by an institution.
The registration process involves the creation of an (email-account-based) user account and secure password.
Once institutional authorization has been granted, a user may gain access to shared video, audio, and other data.
See  for more information about gaining access to restricted data.

However, many commands in the `databraryr` package return meaningful results *without* or *prior to* formal authorization.
These commands access public data or metadata.

```{r example}
library(databraryr)

get_db_stats()

list_volume_assets() |> 
  head()
```

## Lifecycle

Rick Gilmore has been using experimental versions of databraryr for many years, but the package was only released to CRAN in the fall of 2023.
Some new features are on the roadmap, but the package is largely stable.

Owner

  • Name: Databrary
  • Login: databrary
  • Kind: organization
  • Email: github@databrary.org
  • Location: New York University

Repositories for the Databrary and Datavyu projects.

GitHub Events

Total
  • Member event: 1
  • Push event: 5
  • Create event: 1
Last Year
  • Member event: 1
  • Push event: 5
  • Create event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 325 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 9
  • Total maintainers: 1
cran.r-project.org: databraryr

Interact with the 'Databrary.org' API

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 325 Last month
Rankings
Forks count: 14.3%
Stargazers count: 28.0%
Dependent packages count: 29.0%
Dependent repos count: 37.1%
Average: 39.0%
Downloads: 86.8%
Maintainers (1)
Last synced: about 1 year ago

Dependencies

DESCRIPTION cran
  • dplyr * imports
  • ggplot2 * imports
  • httr * imports
  • jsonlite * imports
  • keyring * imports
  • magick * imports
  • magrittr * imports
  • rmarkdown * imports
  • rvest * imports
  • stringr * imports
  • knitr * suggests
  • testthat * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite