Science Score: 44.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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Repository
an R wrapper for the Gnu Scientific Library
Basic Info
- Host: GitHub
- Owner: RobinHankin
- Language: R
- Default Branch: master
- Size: 369 KB
Statistics
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
The gsl R package: a wrapper for the GSL C library

The gsl R package is a wrapper for the GSL C library (note capitalization). You can get further information on GSL at
https://www.gnu.org/software/gsl/
Installation from CRAN
You can install the released version of the gsl R package from CRAN by typing
install.packages("gsl")
library("gsl")
at the R command prompt.
Installation from source
Installing the gsl R package from source requires you to install the GSL C library first. About 80% of reports to me about gsl are due to people not understanding what this means.
Before reporting any "bugs", ensure that you can compile and run a simple test program such as the example program near the start of the GSL Reference Manual. It is not the purpose of this document to show people how to install GSL: for this, visit https://www.gnu.org/software/gsl/
You will need at least GSL version 2.5: using earlier versions generally gives errors such as
error: too few arguments to function 'gslsfellintDe'
About 20% of reports to me about gsl are due to an insufficient version of GSL.
Further information
For more detail on package structure and design philosophy, see the package vignette
vignette("gsl")
Owner
- Name: Robin Hankin
- Login: RobinHankin
- Kind: user
- Location: Auckland
- Company: AUT
- Repositories: 30
- Profile: https://github.com/RobinHankin
pushing the boundaries of R in non-statistical contexts
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hankin"
given-names: "Robin K. S."
orcid: "https://orcid.org/0000-0001-5982-0415"
title: "Special functions in R: introducing the gsl package"
version: 2.0-1
url: "https://github.com/RobinHankin/gsl"
preferred-citation:
type: article
authors:
- family-names: "Hankin"
given-names: "Robin K. S."
orcid: "https://orcid.org/0000-0001-5982-0415"
journal: "R News"
title: "Special functions in R: introducing the gsl package"
volume: 6
issue: 4
year: 2006
GitHub Events
Total
- Issues event: 1
- Watch event: 2
- Issue comment event: 11
- Push event: 2
Last Year
- Issues event: 1
- Watch event: 2
- Issue comment event: 11
- Push event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| RobinHankin | h****n@g****m | 51 |
| Robin Hankin | r****n@a****z | 2 |
| Dirk Eddelbuettel | e****d@d****g | 1 |
| Duncan Murdoch | m****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 27
- Total pull requests: 2
- Average time to close issues: over 1 year
- Average time to close pull requests: about 12 hours
- Total issue authors: 18
- Total pull request authors: 2
- Average comments per issue: 4.0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 6.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- RobinHankin (9)
- jianwu1 (2)
- QuLogic (1)
- bastistician (1)
- bokov (1)
- chris-english (1)
- stla (1)
- mikecarniello (1)
- jonng2024 (1)
- jonathon-love (1)
- zathiro (1)
- zji90 (1)
- michaelgordy (1)
- nzok (1)
- praveenkseshadri (1)
Pull Request Authors
- eddelbuettel (1)
- dmurdoch (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 23,618 last-month
- Total docker downloads: 51,948
-
Total dependent packages: 83
(may contain duplicates) -
Total dependent repositories: 96
(may contain duplicates) - Total versions: 33
- Total maintainers: 1
cran.r-project.org: gsl
Wrapper for the Gnu Scientific Library
- Homepage: https://github.com/RobinHankin/gsl
- Documentation: http://cran.r-project.org/web/packages/gsl/gsl.pdf
- License: GPL-3
-
Latest release: 2.1-8
published about 3 years ago
Rankings
Maintainers (1)
conda-forge.org: r-gsl
- Homepage: https://github.com/RobinHankin/gsl.git
- License: GPL-3.0-only
-
Latest release: 1.9_10.3
published over 3 years ago
Rankings
Dependencies
- R >= 3.1.0 depends