Skip to content
Permalink
Browse files

added hex

  • Loading branch information...
haleyjeppson committed Apr 15, 2019
1 parent eb10ed0 commit 0b9b7f21dab760820e88d689efe963b821cd1acf
@@ -13,7 +13,7 @@
#' @section To add a new meme to the data:
#' \describe{
#' \item{First}{Add the meme to the inst/extdata folder (png)}
#' \item{Then}{Add row to the blankmemes data \code{dplyr::add_row(filename = "...", name = "...")}}
#' \item{Then}{Add row to the blankmemes data \code{dplyr::add_row(blankmemes, filename = "...", name = "...")}}
#' \item{Finally}{Run \code{usethis::use_data(blankmemes, overwrite = T)}}
#' }
#'
@@ -7,9 +7,23 @@ output: github_document
knitr::opts_chunk$set(echo = TRUE)
```

## `memer`
# memer <img src="man/figures/logo.png" align="right" width="120" />

A `tidyverse`-compatible `R` package for creating memes. Mostly wrappers around `magick` functions.

## Overview

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

## Installation

```{r, eval = FALSE}
# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("styner/memer")
```


## Usage

```{r cdistbf, fig.align='center'}
library(memer)
@@ -1,10 +1,22 @@
README
================

## `memer`
# memer <img src="man/figures/logo.png" align="right" width="120" />

A `tidyverse`-compatible `R` package for creating memes. Mostly wrappers
around `magick` functions.
## Overview

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

## Installation

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

## Usage

``` r
library(memer)
@@ -20,3 +32,14 @@ meme_get("OprahGiveaway") %>%
```

<img src="README_files/figure-gfm/oprah-1.png" style="display: block; margin: auto;" />

``` r
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 community!",
"But people who write packages are more important",
"NO! All members of the community are valued & deserve respect!")
```

<img src="README_files/figure-gfm/chopper-1.png" width="40%" style="display: block; margin: auto;" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN +30 Bytes (100%) data/blankmemes.rda
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN +15.6 KB man/figures/logo.png
Binary file not shown.

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

0 comments on commit 0b9b7f2

Please sign in to comment.
You can’t perform that action at this time.