File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
Type: Compendium
2
2
Package: R workshop for tidytext and wordcloud2
3
3
Title: Text Mining: Sentiment analysis and word clouds with tidytext
4
- Version: 1.1.0
4
+ Version: 1.1.1
5
5
Authors@R:
6
6
person(given = "John",
7
7
family = "Little",
Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ knitr::opts_chunk$set(
16
16
## Text Mining: Sentiment analysis and word clouds
17
17
18
18
<!-- 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 )
20
21
21
22
[ ![ ORCID] ( https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 " ORCID ")] ( https://orcid.org/0000-0002-3600-0972 )
22
23
23
24
[ ![ 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/ )
24
25
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 )
26
27
<!-- badges: end -->
27
28
28
29
### Install Packages
Original file line number Diff line number Diff line change 1
1
README
2
2
================
3
- 2021-06-16
3
+ 2021-06-18
4
4
5
5
<!-- README.md is generated from README.Rmd. Please edit that file -->
6
6
7
7
## Text Mining: Sentiment analysis and word clouds
8
8
9
9
<!-- badges: start -->
10
+ <!-- DOI all versions: 10.5281/zenodo.4908863 -->
10
11
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 )
12
13
13
14
[ ![ ORCID] ( https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 " ORCID ")] ( https://orcid.org/0000-0002-3600-0972 )
14
15
15
16
[ ![ Creative Commons CC
16
17
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/ )
17
18
18
19
[ ![ 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 )
20
21
<!-- badges: end -->
21
22
22
23
### Install Packages
You can’t perform that action at this time.
0 commit comments