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
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
Metadata Files
README.md
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
- Additional big.matrix subclasses (e.g. sparse, positive-definite, etc.) -- see bigalgrebra package
- big.sparse.matrix.
Owner
- Name: Michael Kane
- Login: kaneplusplus
- Kind: user
- Repositories: 26
- Profile: https://github.com/kaneplusplus
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
Top Committers
| Name | 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
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
- Homepage: https://github.com/kaneplusplus/bigmemory
- Documentation: http://cran.r-project.org/web/packages/bigmemory/bigmemory.pdf
- License: LGPL-3 | Apache License 2.0
-
Latest release: 4.6.4
published over 2 years ago
Rankings
Maintainers (1)
conda-forge.org: r-bigmemory
- Homepage: https://github.com/kaneplusplus/bigmemory
- License: LGPL-3.0-only OR Apache-2.0
-
Latest release: 4.6.1
published about 4 years ago
Rankings
Dependencies
- 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
- 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

