Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Mar 7, 2022
1 parent ac28ee1 commit 12d0c36
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![R-CMD-check](https://github.com/andrie/mailmerge/workflows/R-CMD-check/badge.svg)](https://github.com/andrie/mailmerge/actions)
[![Codecov test coverage](https://codecov.io/gh/andrie/mailmerge/branch/main/graph/badge.svg)](https://codecov.io/gh/andrie/mailmerge?branch=main)
[![Codecov test coverage](https://app.codecov.io/gh/andrie/mailmerge?branch=main)](https://app.codecov.io/gh/andrie/mailmerge?branch=main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![R-CMD-check](https://github.com/andrie/mailmerge/workflows/R-CMD-check/badge.svg)](https://github.com/andrie/mailmerge/actions)
[![Codecov test
coverage](https://codecov.io/gh/andrie/mailmerge/branch/main/graph/badge.svg)](https://codecov.io/gh/andrie/mailmerge?branch=main)
coverage](https://app.codecov.io/gh/andrie/mailmerge?branch=main)](https://app.codecov.io/gh/andrie/mailmerge?branch=main)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
Expand Down Expand Up @@ -104,6 +104,7 @@ if (interactive()) {
dat %>%
mail_merge(msg)
#> Sent preview to viewer

if (interactive()) {
dat %>%
mail_merge(msg) %>%
Expand Down
461 changes: 461 additions & 0 deletions man/fragments/intro_example.html

Large diffs are not rendered by default.

0 comments on commit 12d0c36

Please sign in to comment.