-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1020 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
Package: JamendoR
Type: Package
Title: Access to 'Jamendo' API
Version: 0.1.1
Authors@R: c(person("Maximilian", "Greil",
role = c("aut", "cre"),
email = "[email protected]"),
person("Benedikt", "Greil",
role = "aut",
email = "[email protected]"))
Maintainer: Maximilian Greil <[email protected]>
Description: Provides an interface to 'Jamendo' API <https://developer.jamendo.com/v3.0>.
Pull audio, features and other information for a given
'Jamendo' user (including yourself!) or enter an artist's -, album's -,
or track's name and retrieve the available information in seconds.
Depends: R (>= 3.3.0)
Imports: httr,dplyr,jsonlite,stats
Suggests:
testthat (>= 3.0.0),
knitr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.0
URL: https://github.com/MaxGreil/JamendoR
BugReports: https://github.com/MaxGreil/JamendoR/issues
Config/testthat/edition: 3