Skip to content

Commit

Permalink
update binder and DOI config files
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Jun 17, 2021
1 parent 7a78bc4 commit 92c9abb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .binder/_Dockerfile_not_in_use

This file was deleted.

4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.Rmd linguist-language=R
*.R linguist-language=R
*.html linguist-documentation
*.html linguist-documentation
*.css linguist-documentation
*.js linguist-documentation
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Compendium
Package: Compendium title
Package: Coontainer for R workshop on rvest
Title: Web scraping with rvest, a case study
Version: 1.1.0
Version: 1.1.1
Authors@R:
person(given = "John",
family = "Little",
Expand Down
10 changes: 7 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ knitr::opts_chunk$set(
## A workshop case study on webscraping

<!-- badges: start -->
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4908875.svg)](https://doi.org/10.5281/zenodo.4908875)

[![Lifecycle Badge](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
<!-- DOI All versions 10.5281/zenodo.4908874 -->
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908874 (Latest Version Release)-blue "DOI")](https://doi.org/10.5281/zenodo.4908874)

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

Using the `rvest` library to learn about web crawling and HTML parsing in R.
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
README
================
John Little
2021-06-08
2021-06-17

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

## A workshop case study on webscraping

<!-- badges: start -->
<!-- DOI All versions 10.5281/zenodo.4908874 -->

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

[![Lifecycle
Badge](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![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_webscraping/main?urlpath=rstudio)
Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio)
<!-- badges: end -->

Using the `rvest` library to learn about web crawling and HTML parsing
Expand Down

0 comments on commit 92c9abb

Please sign in to comment.