Skip to content

Commit

Permalink
final pass for first submission
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Mar 10, 2024
1 parent 8ac26e0 commit e8e176a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Quantitative Text Kit
Version: 0.9.5
Authors@R:
person("Jerid", "Francom", , "[email protected]",
role = c("aut", "cre", "cph"),
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5972-6330"))
Description: Support package for the textbook "An Introduction to
Quantitative Text Analysis for Linguists: Reproducible Research using
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ knitr::opts_chunk$set(
<!-- 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)](https://CRAN.R-project.org/package=qtkit)
[![qtkit status badge](https://francojc.r-universe.dev/badges/qtkit)](https://francojc.r-universe.dev/qtkit)
[![qtkit status badge](https://francojc.r-universe.dev/badges/qtkit)](https://francojc.r-universe.dev/qtkit/)
[![R-CMD-check](https://github.com/qtalr/qtkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/qtalr/qtkit/actions/workflows/R-CMD-check.yaml)
<!-- 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 quantitative text analysis in R.
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 quantitative text analysis in R.

## Getting started

Expand All @@ -45,4 +45,4 @@ Then load the package with:
library(qtkit)
```

Please consult the [package documentation](https://qtalr.github.io/qtkit/reference) for more information.
Please consult the [package documentation](https://qtalr.github.io/qtkit/reference/) for more information.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


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

# Quantitative Text Kit
Expand All @@ -9,18 +8,18 @@
[![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)
status](https://www.r-pkg.org/badges/version/qtkit)](https://CRAN.R-project.org/package=qtkit)
[![qtkit status
badge](https://francojc.r-universe.dev/badges/qtkit.png)](https://francojc.r-universe.dev/qtkit)
badge](https://francojc.r-universe.dev/badges/qtkit)](https://francojc.r-universe.dev/qtkit/)
[![R-CMD-check](https://github.com/qtalr/qtkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/qtalr/qtkit/actions/workflows/R-CMD-check.yaml)
<!-- 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
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.
documentation, and other assorted tasks associated with quantitative
text analysis in R.

## Getting started

Expand All @@ -46,5 +45,5 @@ library(qtkit)
```

Please consult the [package
documentation](https://qtalr.github.io/qtkit/reference) for more
documentation](https://qtalr.github.io/qtkit/reference/) for more
information.

0 comments on commit e8e176a

Please sign in to comment.