-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.4 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Type: Package
Package: databraryr
Title: Interact with the 'Databrary.org' API
Version: 0.6.6.9002
Authors@R: c(
person("Rick", "O. Gilmore", , "rog1@psu.edu", role = c("aut", "cre", "cph")),
person("Jeffrey", "Spies", , "cran@jeffspies.com", role = "aut"),
person("National Science Foundation OAC-2032713", role = "fnd"),
person("National Institutes of Health R01HD094830", role = "fnd")
)
Maintainer: Rick O. Gilmore <rog1@psu.edu>
Description: 'Databrary.org' is a restricted access repository for
research data, especially video and audio. This package provides
commands to interact with the data stored on 'Databrary.org'.
License: MIT + file LICENSE
URL: https://databrary.github.io/databraryr/,
https://github.com/databrary/databraryr
BugReports: https://github.com/databrary/databraryr/issues
Imports:
assertthat (>= 0.2.1),
dplyr (>= 1.1.4),
getPass (>= 0.2.4),
httr2 (>= 1.0.0),
keyring (>= 1.3.2),
lifecycle (>= 1.0.4),
magick (>= 2.8.2),
magrittr,
methods (>= 4.3.2),
options (>= 0.2.0),
purrr (>= 1.0.2),
stringr (>= 1.5.1),
stats,
tibble (>= 3.2.1),
xfun (>= 0.41)
Suggests:
av (>= 0.9.0),
ggplot2,
knitr,
openssl,
readr,
rmarkdown (>= 2.26),
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1