From 451e219de9ba5cf163f8ebc89e4f13b9209a0b1d Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Fri, 9 Sep 2016 18:45:07 -0400 Subject: [PATCH] Windows! --- DESCRIPTION | 2 +- README.Rmd | 8 +------- README.md | 7 +------ 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b7f5b08..4b987a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: htmltidy Title: Clean Up Gnarly HTML/XML Version: 0.2.0.9000 Authors@R: c( - person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")), + person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")), person("Dave", "Dave", email = "dsr@w3.org", role = c("ctb", "aut"), comment="HTML Tidy library") ) diff --git a/README.Rmd b/README.Rmd index a161f23..cb68ffd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,18 +21,12 @@ knitr::opts_chunk$set( Inspired by [this SO question](http://stackoverflow.com/questions/37061873/identify-a-weblink-in-bold-in-r) and because there's a great deal of cruddy HTML out there that needs fixing to use properly when scraping data. -It relies on a locally included version of [`libtidy`](http://www.html-tidy.org/) and presently is super-basic (no way to set options and pretty much only does HTML) - -This works enough for me to use in a pinch. It should be straightforward (but tedious) to: - -- enable passing options in a `list` (IN PROGRESS) -- Getting it to work on Windows (UNTESTED) +It relies on a locally included version of [`libtidy`](http://www.html-tidy.org/) and works on macOS, Linux & Windows. The following functions are implemented: - `tidy_html` : Clean up gnarly HTML/XML - ### Installation ```{r eval=FALSE} diff --git a/README.md b/README.md index bdff89e..ec99399 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,7 @@ Inspired by [this SO question](http://stackoverflow.com/questions/37061873/identify-a-weblink-in-bold-in-r) and because there's a great deal of cruddy HTML out there that needs fixing to use properly when scraping data. -It relies on a locally included version of [`libtidy`](http://www.html-tidy.org/) and presently is super-basic (no way to set options and pretty much only does HTML) - -This works enough for me to use in a pinch. It should be straightforward (but tedious) to: - -- enable passing options in a `list` -- Getting it to work on Windows. +It relies on a locally included version of [`libtidy`](http://www.html-tidy.org/) and works on macOS, Linux & Windows. The following functions are implemented: