From 92c9abbe31c089eaabb8bf1d805547e6420e583e Mon Sep 17 00:00:00 2001 From: John Little Date: Thu, 17 Jun 2021 16:29:29 -0400 Subject: [PATCH] update binder and DOI config files --- .binder/_Dockerfile_not_in_use | 12 ------------ .gitattributes | 4 +++- DESCRIPTION | 4 ++-- README.Rmd | 10 +++++++--- README.md | 13 ++++++++----- 5 files changed, 20 insertions(+), 23 deletions(-) delete mode 100644 .binder/_Dockerfile_not_in_use diff --git a/.binder/_Dockerfile_not_in_use b/.binder/_Dockerfile_not_in_use deleted file mode 100644 index 3a6f7bd..0000000 --- a/.binder/_Dockerfile_not_in_use +++ /dev/null @@ -1,12 +0,0 @@ -FROM rocker/binder:3.5.2 -LABEL maintainer='John Little' -USER root -COPY . ${HOME} -RUN chown -R ${NB_USER} ${HOME} -USER ${NB_USER} - - - -RUN wget https://github.com/libjohn/workshop_webscraping/raw/main/DESCRIPTION && R -e "options(repos = list(CRAN = 'http://mran.revolutionanalytics.com/snapshot/2021-06-08/')); devtools::install_deps()" - -RUN rm DESCRIPTION.1; exit 0 diff --git a/.gitattributes b/.gitattributes index 3b30a5d..f0fc050 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.Rmd linguist-language=R *.R linguist-language=R -*.html linguist-documentation \ No newline at end of file +*.html linguist-documentation +*.css linguist-documentation +*.js linguist-documentation diff --git a/DESCRIPTION b/DESCRIPTION index 2c321a1..35be181 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/README.Rmd b/README.Rmd index 0ca2f4b..4d00312 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,11 +18,15 @@ knitr::opts_chunk$set( ## A workshop case study on webscraping -[![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](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) Using the `rvest` library to learn about web crawling and HTML parsing in R. diff --git a/README.md b/README.md index 6f733ea..2944d37 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ README ================ John Little -2021-06-08 +2021-06-17 ## A workshop case study on webscraping + -[![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) Using the `rvest` library to learn about web crawling and HTML parsing