forked from charlie86/spotifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
Package: spotifyr | ||
Title: What the Package Does (one line, title case) | ||
Title: A fast and scalable wrapper for extracting track audio features from the Spotify Web API | ||
Version: 0.0.0.9000 | ||
Authors@R: person("First", "Last", email = "[email protected]", role = c("aut", "cre")) | ||
Description: What the package does (one paragraph). | ||
Authors@R: person("Charlie", "Thompson", email = "[email protected]", role = c("aut", "cre")) | ||
Description: A fast and scalable wrapper for extracting track audio features | ||
from the Spotify Web API. By automatically batching API requests, it allows | ||
you to enter an artist's name and retrieve their entire discography in | ||
seconds, along with Spotify's audio features and track/album popularity | ||
metrics. You can also pull song and playlist information for a given Spotify | ||
User (including yourself!). | ||
Depends: R (>= 3.3.3) | ||
License: What license is it under? | ||
Imports: | ||
purrr, | ||
dplyr, | ||
tidyr, | ||
httr, | ||
stringr, | ||
lubridate | ||
License: MIT License | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.0.1 |