The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

version downloads DOI

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.