Skip to content

Commit

Permalink
adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Mar 10, 2024
1 parent b7a13bd commit 9d8ebc0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@


<!-- README.md is generated from README.Rmd. Please edit that file -->

# Quantitative Text Kit (`qtkit`)

<!-- badges: start -->

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/qtkit.png)](https://CRAN.R-project.org/package=qtkit)
<!-- badges: end -->

The goal of `qtkit` is to provide a support package for the textbook
[“An Introduction to Quantitative Text Analysis for Linguistics:
Reproducible Research using R”](https://qtalr.github.io/book). It
contains functions for collecting and manipulating data and datasets,
documentation, and other assorted tasks associated with quantative text
analysis in R.

## Getting started

You can install the released version of qtalrkit from
[CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("qtkit")
```

The development version of `qtkit` is on [GitHub](https://github.com/)
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.github.io/qtkit/reference) for more
information.

0 comments on commit 9d8ebc0

Please sign in to comment.