-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
45 lines (34 loc) · 1.21 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!--fix color mixing on title-->
# Quantitative Text Kit
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/qtkit)](https://CRAN.R-project.org/package=qtkit)
[![qtkit status badge](https://qtalr.r-universe.dev/badges/qtkit)](https://qtalr.r-universe.dev/qtkit)
[![R CMD Check](https://github.com/francojc/qtkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/francojc/qtkit/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Getting started
You can install the released version of `qtkit` from [CRAN](https://cran.r-project.org/package=qtkit) with:
```r
install.packages("qtkit")
```
The development version of `qtkit` is on [GitHub](https://github.com/qtalr/qtkit) and can be installed with:
```r
install.packages("remotes")
remotes::install_github("qtalr/qtkit")
```
Then load the package with:
```r
library(qtkit)
```
Please consult the [package documentation](https://qtalr.com/qtkit/reference/) for more information.