Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 34
  • Releases: 6
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

talkr

CRAN status github license badge R-CMD-check codecov documentation badge lifecycle <!-- badges: end -->

talkr offers a set of convenience functions for quality control, visualisation and analysis of conversational data. It provides support for at least two common needs of people working with conversational corpora: (1) quality control by offering rapid insights into the nature, timing, and quality of time-aligned annotations in a conversational corpus; and (2) compelling visualisations by offering a range of plotting functions that play well with ggplot and the tidyverse.

Note: talkr plays well with its companion python package scikit-talk, which is focused more on processing conversational data and readying it for downstream analysis.

Installation

This package is available on CRAN and can be installed in R with

r install.packages("talkr")

Development continues on GitHub, and you can install the development version of talkr with:

``` r

install.packages("devtools")

devtools::installgithub("elpaco-escience/talkr", buildvignettes = TRUE) ```

Workflows

Two workflows for talkr are described in the workflows vignette.

You can also access the vignette from RStudio, by running:

r vignette("workflows", package = "talkr")

Contact

Questions? Comments? They are more than welcome! This package is under active development and still has some rough edges. Interact with us in the issues if you have any questions or suggestions.

Owner

  • Name: elpaco-escience
  • Login: elpaco-escience
  • Kind: organization
  • Location: Netherlands

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: talkr
message: "If you use this software, please cite the original paper DOI:10.18653/v1/2021.sigdial-1.26"
type: software
authors:
  - given-names: Barbara
    family-names: Vreede
    orcid: "https://orcid.org/0000-0002-5023-4601"
  -
    family-names: Dingemanse
    given-names: Mark
    orcid: "https://orcid.org/0000-0002-3290-5723"
  - 
    family-names: Rodríguez-Sánchez
    given-names: Pablo
    orcid: 'https://orcid.org/0000-0002-2855-940X'
  -
    family-names: Liesenfeld
    given-names: Andreas
    orcid: "https://orcid.org/0000-0001-6076-4406"
  -
    family-names: Viviani
    given-names: Eva
    orcid: "https://orcid.org/0000-0002-1330-0585"
identifiers:
  - type: doi
    value: 10.5281/zenodo.10497139
repository-code: 'https://github.com/elpaco-escience/talkr'
keywords:
  - turn-taking
  - conversation
  - talk
  - visualization
version: 0.1.0
license: Apache-2.0
date-released: '2024-08-22'

GitHub Events

Total
  • Create event: 5
  • Release event: 2
  • Issues event: 8
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 14
  • Push event: 21
  • Pull request event: 5
  • Pull request review event: 4
Last Year
  • Create event: 5
  • Release event: 2
  • Issues event: 8
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 14
  • Push event: 21
  • Pull request event: 5
  • Pull request review event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 3 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 4.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 3 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 4.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mdingemanse (24)
  • bvreede (20)
  • PabRod (3)
  • n400peanuts (1)
Pull Request Authors
  • bvreede (14)
  • PabRod (11)
  • mdingemanse (8)
  • liesenf (1)
Top Labels
Issue Labels
enhancement (5) critical (4) documentation (3) bug (3) geom (1) examples (1)
Pull Request Labels
bug (1) critical (1) enhancement (1)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • cowplot * imports
  • dplyr * imports
  • ggplot2 * imports
  • ggrepel * imports
  • ggthemes * imports
  • knitr * imports
  • stats * imports
  • stringx * imports
  • tidyr * imports
  • viridis * imports
  • devtools * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests