Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
21 lines (20 sloc) 655 Bytes
Package: memer
Type: Package
Title: A tidyverse compatible package for creating memes in R using magick
Version: 0.1.0
Authors@R: c(person("Sam", "Tyner", email = "sctyner90@gmail.com",
role = c("aut", "cre")),
person("Haley", "Jeppson", email = "hjeppson@iastate.edu",
role = "aut"))
Description: A tidyverse-friendly package for generating memes in R. The functions are primarily wrappers around functions in the magick package.
Depends: R (>= 3.4.0)
Imports:
magrittr,
magick,
readr,
stringr
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
You can’t perform that action at this time.