gencountr

An R Package for the Gendered Language Disctionary

https://github.com/damoncharlesroberts/gencountr

Science Score: 26.0%

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

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

Repository

An R Package for the Gendered Language Disctionary

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

genCountR R Package

GitHub last commit GitHub issues GitHub pull requests

I developed this R package for researchers and other users to be able to utilize the Gendered Language Dictionary developed by Roberts and Utych (2019).

The package allows users to take a loaded document in R and will then count the number of words contained in the document, and it will then create a score based on the average score of all of the words in the document that matches with those in the Gendered Language Dictionary.

This package is a quick side project that I worked on during my dissertation. So use at your own risk.

If there are issues with the package or if you'd like to request new features, please do so on the issues tab of this repository.

Installation

There are a couple of ways to install the package:

  • CRAN installation:

```

Global installation

install.packages("genCountR")

Installation in an R environment

renv::install("genCountR")

```

  • Development version installation:

```

Global installation

devtools::install_github("DamonCharlesRoberts/genCountR")

Installation in an R environment

renv::install("DamonCharlesRoberts/genCountR")

```

Vignettes

See https://gencounter.software.damoncroberts.io

Webapp

The alternate webapp for this R package has been depreciated.

Project Contributors:

Owner

  • Name: Damon C. Roberts
  • Login: DamonCharlesRoberts
  • Kind: user
  • Company: University of Colorado-Boulder

Ph.D. Candidate in the Political Science Department at University of Colorado-Boulder. Interested in Political Psychology, Political Communication, and Methods

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 178 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: genCountR

Interacting with Roberts and Utych's (2019) Gendered Language Dictionary

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 178 Last month
Rankings
Dependent packages count: 28.7%
Dependent repos count: 36.8%
Average: 50.5%
Downloads: 86.1%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite