qlcMatrix

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

https://github.com/cysouw/qlcmatrix

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
Last synced: 7 months ago · JSON representation ·

Repository

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

Basic Info
  • Host: GitHub
  • Owner: cysouw
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 6.85 MB
Statistics
  • Stars: 6
  • Watchers: 3
  • Forks: 6
  • Open Issues: 0
  • Releases: 7
Created almost 12 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog Citation

README.md

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

Owner

  • Name: Michael Cysouw
  • Login: cysouw
  • Kind: user
  • Location: Marburg, Germany
  • Company: Philipps-Universität Marburg

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

  • Versions: 7
  • Dependent Packages: 9
  • Dependent Repositories: 31
  • Downloads: 2,670 Last month
  • Docker Downloads: 242,851
Rankings
Dependent repos count: 4.8%
Dependent packages count: 6.1%
Downloads: 7.7%
Average: 9.1%
Docker downloads count: 17.7%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • Matrix >= 1.1 depends
  • R >= 3.2 depends
  • slam >= 0.1 depends
  • sparsesvd * depends
  • docopt * imports
  • methods * imports
  • MASS * suggests
  • knitr * suggests
.github/workflows/rhub.yaml actions
  • 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
revdep/library.noindex/qlcMatrix/new/qlcMatrix/DESCRIPTION cran
  • Matrix >= 1.2 depends
  • R >= 3.2 depends
  • slam >= 0.1 depends
  • sparsesvd * depends
  • docopt * imports
  • methods * imports
  • MASS * suggests
  • knitr * suggests