-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 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
Package: RXKCD
Type: Package
Title: Get XKCD Comic from R
Version: 1.10.1
Date: 2022-09-16
Authors@R: c(person("Paolo", "Sonego", role = c("aut", "cph", "cre"),
email = "[email protected]", comment = c(ORCID = "http://orcid.org/0000-0002-8576-0169")),
person("Mikko", "Korpela", role = "aut"))
Maintainer: Paolo Sonego <[email protected]>
Description: Visualize your favorite XKCD comic strip directly from
R. XKCD <https://xkcd.com> web comic content is provided under the Creative
Commons Attribution-NonCommercial 2.5 License.
Encoding: UTF-8
URL: https://github.com/onertipaday/RXKCD
BugReports: https://github.com/onertipaday/RXKCD/issues
Imports:
plyr,
graphics,
utils,
jpeg,
png,
RJSONIO
Suggests:
RCurl
License: GPL-2
LazyLoad: yes
RoxygenNote: 7.2.1