gencountr
An R Package for the Gendered Language Disctionary
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
Repository
An R Package for the Gendered Language Disctionary
Basic Info
- Host: GitHub
- Owner: DamonCharlesRoberts
- License: other
- Language: R
- Default Branch: main
- Homepage: https://damoncharlesroberts.github.io/genCountR/
- Size: 5.23 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
genCountR R Package
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:
- Damon C. Roberts (Developer, Maintainer)
- Stephen M. Utych (co-author on original academic project)
Owner
- Name: Damon C. Roberts
- Login: DamonCharlesRoberts
- Kind: user
- Company: University of Colorado-Boulder
- Website: https://www.damoncroberts.com
- Twitter: damoncroberts
- Repositories: 5
- Profile: https://github.com/DamonCharlesRoberts
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
- Homepage: https://gencounter.app.damoncroberts.com
- Documentation: http://cran.r-project.org/web/packages/genCountR/genCountR.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- 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