Browse Source

examples.

master
boB Rudis 7 years ago
parent
commit
ae5e1f897c
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 5
      DESCRIPTION
  2. 2
      README.Rmd
  3. 4
      README.md

5
DESCRIPTION

@ -1,7 +1,7 @@
Package: jerichojars
Type: Package
Title: Java Archive Wrapper Supporting the 'jericho' Package
Version: 0.1.0
Version: 3.4.0
Date: 2017-09-04
Authors@R: c(
person("Bob", "Rudis", role = c("aut", "cre"), email = "bob@rud.is"),
@ -11,7 +11,8 @@ Maintainer: Bob Rudis <bob@rud.is>
SystemRequirements: Java
Description: Contents of the 'Jericho HTML Parser' Java archive by
Martin Jericho <http://jericho.htmlparser.net/docs/index.html> provided to
support functions in the 'jericho' package.
support functions in the 'jericho' package. Version number reflects the
version number of the included 'JAR' file.
URL: https://github.com/hrbrmstr/jerichojars
BugReports: https://github.com/hrbrmstr/jerichojars/issues
License: Apache License 2.0 | file LICENSE

2
README.Rmd

@ -10,6 +10,8 @@ As a result of using a Java library, this package requires `rJava`.
While the main intent is to use this with `jericho`, you can use it out of the box as-is (see below and the [javadocs](http://jericho.htmlparser.net/docs/javadoc/index.html)).
NOTE: Package version # reflects the version # of the included JAR file.
### Installation
```{r eval=FALSE}

4
README.md

@ -7,6 +7,8 @@ As a result of using a Java library, this package requires `rJava`.
While the main intent is to use this with `jericho`, you can use it out of the box as-is (see below and the [javadocs](http://jericho.htmlparser.net/docs/javadoc/index.html)).
NOTE: Package version \# reflects the version \# of the included JAR file.
### Installation
``` r
@ -40,7 +42,7 @@ map(sites_html, ~{
## [[1]]
## [1] "https://medium.com/"
## [2] "https://medium.com/starts-with-a-bang?source=logo-lo_78fe6677dd7f---458a773bccd2"
## [2] "https://medium.com/starts-with-a-bang?source=logo-lo_63f97dffeb52---458a773bccd2"
## [3] "https://twitter.com/startswithabang"
## [4] "//facebook.com/startswithabang"
## [5] "https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%2Fstarts-with-a-bang%2Fscience-knows-if-a-nation-is-testing-nuclear-bombs-ec5db88f4526"

Loading…
Cancel
Save