-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
31 lines (31 loc) · 857 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
Package: shinyMons
Type: Package
Title: Shiny App of The Famous 151 First Pokemons
Version: 0.2.0
Authors@R: c(
person("David", "Granjon", email = "[email protected]", role = c("aut", "cre")),
person(family = "RinteRface", role = "cph"))
Maintainer: David Granjon <[email protected]>
Description: Discover everything you want to know about your favorites pokemon.
Data are taken from the awesome API <https://pokeapi.co>.
Imports: shiny,
tablerDash,
shinyWidgets,
echarts4r,
pushbar,
visNetwork,
shinyjs,
stringr,
jsonlite,
waiter,
dplyr
Suggests:
bslib
URL: https://github.com/DivadNojnarg/shinyMons, https://divadnojnarg.github.io/shinyMons/
BugReports: https://github.com/DivadNojnarg/shinyMons/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)