Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: kaneplusplus
  • Language: C++
  • Default Branch: master
  • Size: 935 KB
Statistics
  • Stars: 130
  • Watchers: 12
  • Forks: 24
  • Open Issues: 36
  • Releases: 2
Created over 11 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

CRAN_Status_Badge R-CMD-check Coverage Status rstudio mirror downloads rstudio mirror downloads Research software impact <!--- Total Downloads Latest Stable Version --->

bigmemory

Create, store, access, and manipulate massive matrices. Matrices are, by default, allocated to shared memory and may use memory-mapped files. Packages ‘biganalytics’, ‘synchronicity’, ‘bigalgebra’, and ‘bigtabulate’ provide advanced functionality. Access to and manipulation of a ‘big.matrix’ object is exposed in by an S4 class whose interface is simlar to that of an ‘matrix’. Use of these packages in parallel environments can provide substantial speed and memory efficiencies. ‘bigmemory’ also provides a C++ framework for the development of new tools that can work both with ‘big.matrix’ and native ‘matrix’ objects.

{R} x <- big.matrix(5, 2, type="integer", init=0, dimnames=list(NULL, c("alpha", "beta"))) x x[1:2,] x[,1] <- 1:5 x[,"alpha"] colnames(x) options(bigmemory.allow.dimnames=TRUE) colnames(x) <- NULL x[,]

Wish List

  1. Additional big.matrix subclasses (e.g. sparse, positive-definite, etc.) -- see bigalgrebra package
  2. big.sparse.matrix.

Owner

  • Name: Michael Kane
  • Login: kaneplusplus
  • Kind: user

GitHub Events

Total
  • Issues event: 5
  • Watch event: 1
  • Issue comment event: 5
Last Year
  • Issues event: 5
  • Watch event: 1
  • Issue comment event: 5

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 281
  • Total Committers: 11
  • Avg Commits per committer: 25.545
  • Development Distribution Score (DDS): 0.374
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Michael Kane k****s@g****m 176
Charles Determan c****r@h****m 41
Charles Determan c****r@g****m 26
Florian Privé f****1@g****m 17
Adam Ryczkowski a****m@s****t 8
Dirk Eddelbuettel e****d@d****g 4
phaverty p****y@g****m 4
Jim Blundell j****l@d****k 2
Rodrigo Tobar r****r@i****g 1
James Lamb j****0@g****m 1
garrett.weaver g****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 75
  • Total pull requests: 29
  • Average time to close issues: 3 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 41
  • Total pull request authors: 10
  • Average comments per issue: 4.96
  • Average comments per pull request: 2.93
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 2.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kaneplusplus (14)
  • privefl (7)
  • cdeterman (7)
  • adamryczkowski (3)
  • nbenn (2)
  • jonpeake (2)
  • mikejiang (2)
  • hutaohutc (2)
  • phaverty (2)
  • YaohuiZeng (2)
  • Sherry520 (2)
  • GabeAl (1)
  • doccstat (1)
  • noamross (1)
  • mvaudel (1)
Pull Request Authors
  • cdeterman (8)
  • privefl (5)
  • adamryczkowski (4)
  • phaverty (3)
  • eddelbuettel (3)
  • kaneplusplus (2)
  • rtobar (1)
  • gmweaver (1)
  • jeblundell (1)
  • jameslamb (1)
Top Labels
Issue Labels
question (2) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 8,722 last-month
  • Total docker downloads: 44,277
  • Total dependent packages: 73
    (may contain duplicates)
  • Total dependent repositories: 130
    (may contain duplicates)
  • Total versions: 40
  • Total maintainers: 1
cran.r-project.org: bigmemory

Manage Massive Matrices with Shared Memory and Memory-Mapped Files

  • Versions: 35
  • Dependent Packages: 62
  • Dependent Repositories: 129
  • Downloads: 8,722 Last month
  • Docker Downloads: 44,277
Rankings
Dependent packages count: 1.4%
Dependent repos count: 1.8%
Forks count: 3.3%
Stargazers count: 3.3%
Downloads: 5.3%
Average: 6.0%
Docker downloads count: 21.1%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-bigmemory
  • Versions: 5
  • Dependent Packages: 11
  • Dependent Repositories: 1
Rankings
Dependent packages count: 5.5%
Average: 24.3%
Dependent repos count: 24.4%
Stargazers count: 31.8%
Forks count: 35.4%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • biganalytics * enhances
  • bigtabulate * enhances
  • Rcpp * imports
  • bigmemory.sri * imports
  • methods * imports
  • utils * imports
  • uuid >= 1.0 imports
  • remotes * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite