Skip to content

Commit

Permalink
latest stable release v1.1.1
Browse files Browse the repository at this point in the history
- synching Badges with DOI and GitHub Release
  • Loading branch information
libjohn committed Jun 18, 2021
1 parent a4b0779 commit 9200b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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 tidytext and wordcloud2
Title: Text Mining: Sentiment analysis and word clouds with tidytext
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 @@ -16,13 +16,14 @@ knitr::opts_chunk$set(
## Text Mining: Sentiment analysis and word clouds

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

[![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_textmining/main?urlpath=rstudio)
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
<!-- badges: end -->

### Install Packages
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
README
================
2021-06-16
2021-06-18

<!-- README.md is generated from README.Rmd. Please edit that file -->

## Text Mining: Sentiment analysis and word clouds

<!-- badges: start -->
<!-- DOI all versions: 10.5281/zenodo.4908863 -->

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

[![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_textmining/main?urlpath=rstudio)
Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
<!-- badges: end -->

### Install Packages
Expand Down

0 comments on commit 9200b2c

Please sign in to comment.