https://github.com/echasnovski/jeroha
Jeff-Roger-Hadley text analysis.
https://github.com/echasnovski/jeroha
Last synced: 2 months ago
JSON representation
Jeff-Roger-Hadley text analysis.
- Host: GitHub
- URL: https://github.com/echasnovski/jeroha
- Owner: echasnovski
- License: other
- Created: 2017-09-15T09:16:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T12:48:55.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T03:14:38.911Z (7 months ago)
- Language: R
- Homepage:
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# jeroha
`jeroha` is a research compendium for text analysis of works of Jeff Leek, Roger D. Peng and Hadley Wickham.
## Installation
You can install jeroha from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("echasnovski/jeroha")
```