-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
28 lines (28 loc) · 809 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
Package: RBitmoji
Type: Package
Title: An R Wrapper to the Overly Complicated 'Bitmoji' API
Version: 0.0.2.9000
Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084"))
Description: An R wrapper to the overly complicated 'Bitmoji' API allowing users
to access and plot various comic strips using their personalized 'Bitstrips'
avatar (<https://www.bitmoji.com/>).
License: GPL (>= 2)
URL: https://github.com/bgreenwell/RBitmoji
BugReports: https://github.com/bgreenwell/RBitmoji/issues
Depends: R (>= 2.10)
Imports:
getPass,
graphics,
grDevices,
httr,
jsonlite,
png,
RCurl
Suggests:
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr