Skip to content

Commit

Permalink
adds intro, theme changes, readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Mar 10, 2024
1 parent bb393b6 commit 00f7524
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Description: Support package for the textbook "An Introduction to
Date: 2024-03-10
License: GPL (>= 3)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://qtalr.github.io/qtkit/
VignetteBuilder: knitr
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ knitr::opts_chunk$set(
)
```

# Quantitative Text Kit (`qtkit`)
# Quantitative Text Kit

<!-- 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)
[![Update universe](https://github.com/r-universe/francojc/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe/francojc/actions/workflows/sync.yml)
<!-- 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.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

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

# Quantitative Text Kit (`qtkit`)
# Quantitative Text Kit

<!-- 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)
[![Update
universe](https://github.com/r-universe/francojc/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe/francojc/actions/workflows/sync.yml)
<!-- badges: end -->

The goal of `qtkit` is to provide a support package for the textbook
Expand Down
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
url: https://qtalr.github.io/qtkit/
template:
bootstrap: 5
bootswatch: materia
bootswatch: flatly
bslib:
pkgdown-nav-height: 75px

navbar:
bg: secondary
structure:
left:
- intro
Expand Down
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
19 changes: 19 additions & 0 deletions vignettes/qtkit.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "qtkit"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{qtkit}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(qtkit)
```

0 comments on commit 00f7524

Please sign in to comment.