https://github.com/hrbrmstr/cruxjars
Java Archive Wrapper Supporting the 'crux' Package
https://github.com/hrbrmstr/cruxjars
crux r rjava rstats web-scraping
Last synced: 5 months ago
JSON representation
Java Archive Wrapper Supporting the 'crux' Package
- Host: GitHub
- URL: https://github.com/hrbrmstr/cruxjars
- Owner: hrbrmstr
- License: apache-2.0
- Created: 2019-03-01T09:04:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T16:26:59.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T14:19:20.495Z (10 months ago)
- Topics: crux, r, rjava, rstats, web-scraping
- Language: R
- Homepage:
- Size: 782 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: inline
---
```{r pkg-knitr-opts, include=FALSE}
knitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)
options(width=120)
```
[](https://travis-ci.org/hrbrmstr/cruxjars)
[](https://codecov.io/gh/hrbrmstr/cruxjars)
[](https://cran.r-project.org/package=cruxjars)
# cruxjars
Java Archive Wrapper Supporting the 'crux' Package
## Description
Contents of the 'crux' & supporting Java archives
.Version number reflects the version
number of the included 'JAR' file.
## Installation
```{r install-ex, eval=FALSE}
install.packages(c("cruxjars", "crux"), repos = "https://cinc.rud.is/")
```
## Usage
```{r lib-ex}
library(cruxjars)
library(crux)
# current version
packageVersion("crux")
```
```{r}
str(
summarise_url("http://time.com/5541738/joe-biden-backtracks-pence-praise-criticism/"), 1
)
```
```{r}
str(
classify_url("https://www.washingtonpost.com/powerpost/house-democrats-explode-in-recriminations-as-liberals-lash-out-at-moderates/2019/02/28/c3d163fe-3b87-11e9-a06c-3ec8ed509d15_story.html")
)
```
## crux Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
By participating in this project you agree to abide by its terms.