-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 825 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
21 lines (21 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: qlcMatrix
Version: 0.9.9
Date: 2025-07-23
Title: Utility Sparse Matrix Functions for Quantitative Language Comparison
Description: Extension of the functionality of the 'Matrix' package for using sparse matrices. Some of the functions are very general, while other are highly specific for special data format as used for quantitative language comparison.
Authors@R:
person(
"Michael", "Cysouw",
email = "cysouw@mac.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3168-4946")
)
URL: https://github.com/cysouw/qlcMatrix
BugReports: https://github.com/cysouw/qlcMatrix/issues
License: GPL-3
Encoding: UTF-8
Depends: Matrix (>= 1.2), R (>= 3.2), slam (>= 0.1-32), sparsesvd
Imports: methods, docopt
Suggests: MASS, knitr, rmarkdown
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 6.0.1