-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 1017 Bytes
/
DESCRIPTION
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
Package: musicbrainz
Type: Package
Title: Bindings for the 'musicbrainz' Database API
Version: 0.0.0.9000
Authors@R: c(person("Dmytro", "Perepolkin"
, email = "dperepolkin@gmail.com"
, role = c("aut", "cre"))
, person("MetaBrainz Foundation", role = c("aut"), comment="MetaBrainz"))
Description: Utilising the 'MusicBrainz Database' API (see <https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2>
for more information), retrieve information about artists, release groups, releases, recordings, works, and labels,
as well as the many relationships between them.
Depends:
R (>= 3.2.3)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
Imports:
httr,
rlang (>= 0.4.0),
tidyr,
dplyr,
purrr,
tibble,
ratelimitr,
memoise
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://github.com/dmi3kno/musicbrainz,
BugReports: https://github.com/dmi3kno/musicbrainz/issues
Encoding: UTF-8