Skip to content

Commit

Permalink
prep synch config files for binder/doi
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Jun 18, 2021
1 parent 18d3fd5 commit 49df243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Compendium
Package: R workshop for xaringan slide presentations
Title: Xaringan slides: an R Markdown approach to reproducible presentations
Version: 1.1.0
Version: 1.1.1
Authors@R:
person(given = "John",
family = "Little",
Expand Down
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ knitr::opts_chunk$set(
# README

<!-- badges: start -->
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4908860.svg)](https://doi.org/10.5281/zenodo.4908860)
<!-- DOI All Versions: 10.5281/zenodo.4908859 -->
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908859 (Latest Version Release)-blue "DOI")](https://doi.org/10.5281/zenodo.4908859)

[![ORCID](https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 "ORCID")](https://orcid.org/0000-0002-3600-0972)

[![Creative Commons CC BY-NC](https://img.shields.io/badge/Creative Commons-BY--NC-EF9421?logo=creative commons&logoColor=EF9421 "CC BY-NC")](https://creativecommons.org/licenses/by-nc-nd/4.0/)

[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libjohn/workshop_slides_markdown_xaringan/master?urlpath=rstudio)
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_slides_markdown_xaringan/master?urlpath=rstudio)
<!-- badges: end -->

Supporting code for **Xaringan slides** workshop.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
# README

<!-- badges: start -->
<!-- DOI All Versions: 10.5281/zenodo.4908859 -->

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4908860.svg)](https://doi.org/10.5281/zenodo.4908860)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908859%20(Latest%20Version%20Release)-blue "DOI")](https://doi.org/10.5281/zenodo.4908859)

[![ORCID](https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 "ORCID")](https://orcid.org/0000-0002-3600-0972)

[![Creative Commons CC
BY-NC](https://img.shields.io/badge/Creative%20Commons-BY--NC-EF9421?logo=creative%20commons&logoColor=EF9421 "CC BY-NC")](https://creativecommons.org/licenses/by-nc-nd/4.0/)

[![Launch Rstudio
Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libjohn/workshop_slides_markdown_xaringan/master?urlpath=rstudio)
Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_slides_markdown_xaringan/master?urlpath=rstudio)
<!-- badges: end -->

Supporting code for **Xaringan slides** workshop.
Expand Down

0 comments on commit 49df243

Please sign in to comment.