-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
29 lines (29 loc) · 923 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
Package: giphyr
Title: R Interface to the Giphy API
Version: 0.2.0
Authors@R: person("Hao", "Zhu", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0002-3386-6076'))
Description: An interface to the 'API' of 'Giphy', a popular index-based search
engine for 'GIFs' and animated stickers (see <http://giphy.com/faq> and
<https://github.com/Giphy/GiphyAPI> for more information about 'Giphy' and
its 'API') . This package also provides a 'RStudio Addin', which can help
users easily search and download 'GIFs' and insert them to a 'rmarkdown'
presentation.
Depends:
R (>= 3.2.2)
Imports:
httr,
shiny,
miniUI,
tibble,
rstudioapi,
utils,
dplyr,
purrr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/haozhu233/giphyr
BugReports: https://github.com/haozhu233/giphyr/issues
RoxygenNote: 6.1.0