-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 745 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: discogger
Title: Interface to the 'Discogs' API
Version: 0.0.0.9000
Authors@R:
person("Ewen", "Henderson", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4748-4693"))
Description: Provides tools to interact with the 'Discogs' API <https://www.discogs.com/developers/#>.
License: MIT + file LICENSE
URL: https://ewenme.github.io/discogger, https://github.com/ewenme/discogger
BugReports: https://github.com/ewenme/discogger/issues
Depends:
R (>= 3.0.0)
Imports:
attempt (>= 0.2.1),
curl (>= 3.2),
dplyr (>= 0.8.0),
glue (>= 1.3.0),
httr (>= 1.3.0),
jsonlite (>= 1.5),
ratelimitr (>= 0.3.9),
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1