-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.17 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
35
36
Package: meme
Title: Create Meme
Version: 0.2.3
Authors@R: person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781"))
Description: The word 'Meme' was originated from the book, 'The Selfish Gene', authored by Richard Dawkins (1976).
It is a unit of culture that is passed from one generation to another and correlates to the gene, the unit of physical heredity.
The internet memes are captioned photos that are intended to be funny, ridiculous.
Memes behave like infectious viruses and travel from person to person quickly through social media.
The 'meme' package allows users to make custom memes.
Depends: R (>= 3.4.0)
Imports:
ggplot2,
graphics,
grDevices,
grid,
gridGraphics,
magick,
methods,
showtext,
sysfonts,
utils
Suggests:
cowplot,
ggimage,
knitr,
rmarkdown,
prettydoc,
shadowtext
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/GuangchuangYu/meme/
BugReports: https://github.com/GuangchuangYu/meme/issues
RoxygenNote: 7.1.1