Skip to content

Commit 9200b2c

Browse files
committed
latest stable release v1.1.1
- synching Badges with DOI and GitHub Release
1 parent a4b0779 commit 9200b2c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Compendium
22
Package: R workshop for tidytext and wordcloud2
33
Title: Text Mining: Sentiment analysis and word clouds with tidytext
4-
Version: 1.1.0
4+
Version: 1.1.1
55
Authors@R:
66
person(given = "John",
77
family = "Little",

README.Rmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ knitr::opts_chunk$set(
1616
## Text Mining: Sentiment analysis and word clouds
1717

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

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

2324
[![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/)
2425

25-
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
26+
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
2627
<!-- badges: end -->
2728

2829
### Install Packages

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
README
22
================
3-
2021-06-16
3+
2021-06-18
44

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

77
## Text Mining: Sentiment analysis and word clouds
88

99
<!-- badges: start -->
10+
<!-- DOI all versions: 10.5281/zenodo.4908863 -->
1011

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

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

1516
[![Creative Commons CC
1617
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/)
1718

1819
[![Launch Rstudio
19-
Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
20+
Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_textmining/main?urlpath=rstudio)
2021
<!-- badges: end -->
2122

2223
### Install Packages

0 commit comments

Comments
 (0)