forked from databrary/databraryr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.01 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
Package: databraryapi
Type: Package
Title: Interacts With the Databrary.org API
Version: 0.1.6.9001
Author: Rick O. Gilmore [aut, cre]
Authors@R: person("Rick", "O. Gilmore", email = "rick.gilmore@databrary.org",
role = c("aut", "cre"))
Maintainer: Rick O. Gilmore <rick.gilmore@databrary.org>
Description: This package provides commands to interact with the
Databrary.org API. There are some public assets on Databrary.
But for most interesting use cases, a user will need to
register <http://databrary.org/register> and receive authorization
from an institution. Once authorized, users can download data
and metadata from Databrary.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
ggplot2,
httr,
rvest,
magrittr,
jsonlite,
keyring,
stringr,
rmarkdown
RoxygenNote: 6.1.1
Suggests:
knitr,
testthat
VignetteBuilder: knitr
URL: http://github.com/PLAY-behaviorome/databraryapi
BugReports: http://github.com/PLAY-behaviorome/databraryapi/issues