Skip to content
A tidyverse compatible package for creating memes in R using the magick package.
Branch: master
Clone or download
Latest commit bfcac79 Apr 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R found the warning problem. see klutometis/roxygen#778 Apr 16, 2019
README_files/figure-gfm fix some documentation issues. add cran comments Apr 16, 2019
data added hex Apr 15, 2019
docs
inst/extdata
man
.gitignore
.travis.yml
DESCRIPTION
NAMESPACE
NEWS.md
README.Rmd
README.md
_pkgdown.yml removed theme Apr 15, 2019
appveyor.yml
cran-comments.md

README.md

memer

Travis build status AppVeyor build status CRAN status

Overview

memer is a a tidyverse-compatible R package for creating memes. Mostly wrappers around magick functions.

Installation

# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("sctyner/memer")

Available Memes

library(memer)
meme_list()
##  [1] "AllTheThings"       "AmericanChopper"    "AncientAliens"     
##  [4] "BatmanRobin"        "DistractedBf"       "EvilKermit"        
##  [7] "ExpandingBrain"     "FirstWorldProbs"    "FryNotSure"        
## [10] "IsThisAPigeon"      "NoneOfMyBusiness"   "CheersLeo"         
## [13] "OneDoesNotSimply"   "DosEquisMan"        "OffRamp"           
## [16] "OprahGiveaway"      "Philosoraptor"      "PicardFacePalm"    
## [19] "PicardWTH"          "PutItPatrick"       "Spongebob"         
## [22] "SuccessKid"         "ThatWouldBeGreat"   "TheRockDriving"    
## [25] "ThinkAboutIt"       "TrumpBillSigning"   "TwoButtonsAnxiety" 
## [28] "WhatIfIToldYou"     "CondescendingWonka" "Y-U-NOguy"         
## [31] "ShiaJustDoIt"       "Rainbow"            "Purples"

Usage

meme_get("DistractedBf") %>% 
  meme_text_distbf("tidyverse", "new R users", "base R")

meme_get("OprahGiveaway") %>% 
  meme_text_bottom("EVERYONE GETS A %>%!!!", size = 36)

meme_get("AmericanChopper") %>%
  meme_text_chopper("Stop calling yourself 'just an R user'!",
                    "But I've never written a package!",
                    "So?? You're still an important part of the R community!",
                    "But people who write packages are more important",
                    "NO! All members of the R community are valued & deserve respect!")

You can’t perform that action at this time.