Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Repository
R package for processing ocean glider data
Basic Info
- Host: GitHub
- Owner: dankelley
- Language: R
- Default Branch: develop
- Homepage: https://dankelley.github.io/oceglider/
- Size: 54.7 MB
Statistics
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
oceglider
oceglider is an R package for processing ocean glider data, with
support for Slocum and SeaExplorer devices.
Since oceglider is not on CRAN, it must be installed from source. An
easy way to do that is to use the remotes package to install it from
the github source. There are two main branches to consider. The one
called "develop" is in active development, and is likely the best one
to install if you want the latest features. Use
remotes::install_github("dankelley/oceglider", ref = "develop")
to install "develop". You may also want to consider installing the "main" branch, which is updated less frequently than "develop". This may be installed with
remotes::install_github("dankelley/oceglider", ref = "main")
but note that it may lack some important new features (and bug fixes) that are to be found in "develop". The authors work with "develop" from day to day, only merging to "main" occasionally.
Owner
- Name: Dan Kelley
- Login: dankelley
- Kind: user
- Location: Halifax, NS, Canada
- Company: Dalhousie University
- Website: http://dankelley.github.io
- Repositories: 72
- Profile: https://github.com/dankelley
Oceanographer, University Professor and former Senator (ORCID https://orcid.org/0000-0001-7808-5911)
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "oceglider",
"description": "Tools for reading and analysing data from oceanographer gliders.",
"name": "oceglider: Analysis of Oceanographic Glider Data",
"codeRepository": "https://github.com/dankelley/oceglider",
"issueTracker": "https://github.com/dankelley/oceglider/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.1.18",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"author": [
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Kelley",
"email": "dan.kelley@dal.ca",
"@id": "https://orcid.org/0000-0001-7808-5911"
},
{
"@type": "Person",
"givenName": "Clark",
"familyName": "Richards",
"email": "clark.richards@gmail.com",
"@id": "https://orcid.org/0000-0002-7833-206X"
},
{
"@type": "Person",
"givenName": "Chantelle",
"familyName": "Layton",
"email": "layton.chantelle@gmail.com",
"@id": "https://orcid.org/0000-0002-3199-5763"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Kelley",
"email": "dan.kelley@dal.ca",
"@id": "https://orcid.org/0000-0001-7808-5911"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=curl"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "ncdf4",
"name": "ncdf4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ncdf4"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "oce",
"name": "oce",
"version": ">= 1.8.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=oce"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "gsw",
"name": "gsw",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gsw"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"SystemRequirements": null
},
"fileSize": "46431.401KB",
"relatedLink": "https://dankelley.github.io/oceglider/",
"releaseNotes": "https://github.com/dankelley/oceglider/blob/master/NEWS.md",
"readme": "https://github.com/dankelley/oceglider/blob/develop/README.md",
"contIntegration": "https://github.com/dankelley/oce/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://www.repostatus.org/#wip"
}
GitHub Events
Total
- Issues event: 17
- Issue comment event: 84
- Push event: 35
- Create event: 1
Last Year
- Issues event: 17
- Issue comment event: 84
- Push event: 35
- Create event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| dankelley | k****n@g****m | 406 |
| Clark Richards | c****s@g****m | 22 |
| Layton | l****e@g****m | 17 |
| catevans | c****s@d****a | 11 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 131
- Total pull requests: 0
- Average time to close issues: 5 months
- Average time to close pull requests: N/A
- Total issue authors: 4
- Total pull request authors: 0
- Average comments per issue: 3.38
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 20
- Pull requests: 0
- Average time to close issues: 13 days
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 5.45
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dankelley (109)
- richardsc (9)
- clayton33 (9)
- catevans (6)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 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
- R >= 2.15 depends
- gsw * depends
- oce * depends
- utils * depends
- methods * imports
- RCurl * suggests
- knitr * suggests
- ncdf4 * suggests
- rmarkdown * suggests
- shiny * suggests
- testthat * suggests