Science Score: 36.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 4 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.8%) to scientific vocabulary
Keywords
cubature
monte-carlo-integration
numerical-integration
r-package
Last synced: 9 months ago
·
JSON representation
Repository
Cubature R Package
Basic Info
- Host: GitHub
- Owner: bnaras
- License: gpl-3.0
- Language: C
- Default Branch: main
- Homepage: https://bnaras.github.io/cubature/
- Size: 24.2 MB
Statistics
- Stars: 13
- Watchers: 1
- Forks: 10
- Open Issues: 3
- Releases: 1
Topics
cubature
monte-carlo-integration
numerical-integration
r-package
Created almost 11 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
--- output: github_document --- # cubature [](https://github.com/bnaras/cubature/actions/workflows/R-CMD-check.yaml) [](https://cran.r-project.org/package=cubature) [](https://app.codecov.io/gh/bnaras/cubature) [](https://CRAN.R-project.org/package=cubature) Cubature is an R package for adaptive multivariate integration over hypercubes using deterministic and Monte Carlo methods. The package provides wrappers around two C libraries: - The cubature C library of [Steven G. Johnson](https://math.mit.edu/~stevenj/) - The Cuba C library of [Thomas Hahn](https://wwwth.mpp.mpg.de/members/hahn/) Both scalar and vectorized interfaces are available for all routines. R users will gain a lot by using the vectorization as demonstrated in the included vignette. ## Dedication Version 2.0 is dedicated to the memory of Kiên Kiêu, one of the original authors of `R2Cuba`. I (BN) never knew him, but this package derives from his work on `R2Cuba`.
Owner
- Name: Balasubramanian Narasimhan
- Login: bnaras
- Kind: user
- Location: 390 Jane Stanford Way, Stanford, CA 94305
- Company: Stanford University
- Website: https://naras.su.domains
- Repositories: 18
- Profile: https://github.com/bnaras
GitHub Events
Total
- Issues event: 4
- Delete event: 1
- Issue comment event: 18
- Push event: 26
- Pull request event: 5
- Fork event: 4
- Create event: 1
Last Year
- Issues event: 4
- Delete event: 1
- Issue comment event: 18
- Push event: 26
- Pull request event: 5
- Fork event: 4
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Balasubramanian Narasimhan | b****s@g****m | 128 |
| Manuel Koller | k****l@g****m | 3 |
| Balasubramanian Narasimhan | n****s@b****u | 3 |
| Jan Meis | m****s@i****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 17
- Total pull requests: 38
- Average time to close issues: 5 months
- Average time to close pull requests: about 1 month
- Total issue authors: 15
- Total pull request authors: 9
- Average comments per issue: 2.35
- Average comments per pull request: 0.37
- Merged pull requests: 29
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 7
- Average time to close issues: 5 days
- Average time to close pull requests: 9 days
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 0.25
- Average comments per pull request: 1.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sgaure (2)
- archenemies (2)
- eddelbuettel (1)
- pachadotdev (1)
- barracuda156 (1)
- Beliavsky (1)
- eguidotti (1)
- nick-youngblut (1)
- Jordi- (1)
- isaactpetersen (1)
- steinitznavican (1)
- sebacea (1)
- joppedsalad (1)
- genomaths (1)
- Fifis (1)
Pull Request Authors
- bnaras (28)
- eddelbuettel (2)
- kollerma (2)
- samaleksov (2)
- jeroen (2)
- jan-imbi (1)
- meChiel (1)
- barracuda156 (1)
- swihart (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 16,368 last-month
- Total docker downloads: 138,633
-
Total dependent packages: 98
(may contain duplicates) -
Total dependent repositories: 167
(may contain duplicates) - Total versions: 33
- Total maintainers: 1
cran.r-project.org: cubature
Adaptive Multivariate Integration over Hypercubes
- Homepage: https://bnaras.github.io/cubature/
- Documentation: http://cran.r-project.org/web/packages/cubature/cubature.pdf
- License: GPL-3
-
Latest release: 2.1.4
published about 1 year ago
Rankings
Dependent packages count: 1.0%
Dependent repos count: 1.5%
Downloads: 3.1%
Average: 9.5%
Forks count: 9.6%
Stargazers count: 15.8%
Docker downloads count: 25.7%
Maintainers (1)
Last synced:
10 months ago
conda-forge.org: r-cubature
- Homepage: https://github.com/bnaras/cubature
- License: GPL-3.0-only
-
Latest release: 2.0.4
published over 6 years ago
Rankings
Dependent packages count: 7.1%
Dependent repos count: 24.3%
Average: 35.0%
Forks count: 52.2%
Stargazers count: 56.5%
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- Rcpp * imports
- benchr * suggests
- knitr * suggests
- mvtnorm * suggests
- rmarkdown * suggests
- testthat * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 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
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite