-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (34 loc) · 1.07 KB
/
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
34
Package: NameThatTune
Type: Package
Title: Spotify Compatible App For Playing Name That Tune?
Version: 0.1.0
Author: Authors@R: c(person(given = "Krystyna",
family = "Grzesiak",
email = "[email protected]",
role = c("cre", "aut")),
person(given = "Józef",
family = "Tran",
email = "[email protected]",
role = c("ctb")),
person(given = "Michal",
family = "Burdukiewicz",
email = "[email protected]",
role = c("ctb")))
Maintainer: Krystyna Grzesiak <[email protected]>
Description: Provides a fully compatible with Spotify shiny app that allows you
to play a competitive game Name That Tune with your family and
friends and will make you opening R after working hours.
Imports: shiny
Suggests: dplyr,
ggplot2,
httr,
shinycssloaders,
shinyjs,
shinyWidgets,
spotifyr,
stringr,
tidyr,
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2