qlcMatrix
Utility sparse matrix functions for Quantitative Language Comparison (QLC)
Science Score: 54.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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
Utility sparse matrix functions for Quantitative Language Comparison (QLC)
Statistics
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
qlcMatrix
Utility sparse matrix functions for Quantitative Language Comparison (QLC)
This R-package contains various functions that extend 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.
The package is available at CRAN, so normally you should just install from within R using:
install.packages("qlcMatrix")
library(qlcMatrix)
The version here at Github is normally slightly ahead of the CRAN version, and you can install the most up-to-date version using:
install.packages("devtools")
devtools::install_github("cysouw/qlcMatrix")
Michael Cysouw cysouw@mac.com
Owner
- Name: Michael Cysouw
- Login: cysouw
- Kind: user
- Location: Marburg, Germany
- Company: Philipps-Universität Marburg
- Website: cysouw.de/home
- Repositories: 39
- Profile: https://github.com/cysouw
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: qlcMatrix. Utility Sparse Matrix Functions for Quantitative Language
Comparison in R.
message: >-
If you use this software, please cite it using the
metadata from the CITATION file.
type: software
authors:
- given-names: Michael
family-names: Cysouw
email: cysouw@mac.com
orcid: 'https://orcid.org/0000-0003-3168-4946'
affiliation: Philipps Universität Marburg
repository-code: 'https://github.com/cysouw/qlcMatrix'
abstract: >-
Extension of the functionality of the
'Matrix' package in R 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.
keywords:
- linguistics
- language comparison
- sparse matrix
license: GPL-3.0
version: v0.9.8
date-released: '2024-05-07'
GitHub Events
Total
- Watch event: 1
- Push event: 2
Last Year
- Watch event: 1
- Push event: 2
Packages
- Total packages: 1
-
Total downloads:
- cran 2,670 last-month
- Total docker downloads: 242,851
- Total dependent packages: 9
- Total dependent repositories: 31
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: qlcMatrix
Utility Sparse Matrix Functions for Quantitative Language Comparison
- Homepage: https://github.com/cysouw/qlcMatrix
- Documentation: http://cran.r-project.org/web/packages/qlcMatrix/qlcMatrix.pdf
- License: GPL-3
-
Latest release: 0.9.9
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- Matrix >= 1.1 depends
- R >= 3.2 depends
- slam >= 0.1 depends
- sparsesvd * depends
- docopt * imports
- methods * imports
- MASS * suggests
- knitr * suggests
- r-hub/actions/checkout v1 composite
- r-hub/actions/platform-info v1 composite
- r-hub/actions/run-check v1 composite
- r-hub/actions/setup v1 composite
- r-hub/actions/setup-deps v1 composite
- r-hub/actions/setup-r v1 composite
- Matrix >= 1.2 depends
- R >= 3.2 depends
- slam >= 0.1 depends
- sparsesvd * depends
- docopt * imports
- methods * imports
- MASS * suggests
- knitr * suggests