-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
26 lines (26 loc) · 922 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: cbn
Version: 0.3.2
Title: Tools and replication materials for Caliskan, Bryson, and Narayanan (2017)
Description: This package allows users to replicate the analysis in the paper and
also provides general purpose tools for working
with a large word vector file and comparing groups of words with
permutation statistics from the original paper. Alternative
bootstrapped versions with confidence intervals are also available.
Authors@R: person("Will", "Lowe", email = "[email protected]", role = c("aut", "cre"))
URL: https://conjugateprior.github.io/cbn
BugReports: https://github.com/conjugateprior/cbn/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 2.10)
Imports: Rcpp,
gender
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown,
ggplot2,
testthat
VignetteBuilder: knitr