spectrallibraries
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 links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Adafede
- License: agpl-3.0
- Language: TeX
- Default Branch: main
- Size: 3.7 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 11 months ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
Codemeta
Owner
- Name: Adriano Rutz
- Login: Adafede
- Kind: user
- Location: Zürich, Switzerland
- Website: https://adafede.github.io/
- Repositories: 10
- Profile: https://github.com/Adafede
Pharmacist | Computational Metabolomics
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "SpectRalLibRaRies" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'SpectRalLibRaRies: Spectral libraries in R.'
version: 0.0.0.9000
abstract: This package provides spectral libraries in R.
authors:
- family-names: Rutz
given-names: Adriano
email: adafede@gmail.com
orcid: https://orcid.org/0000-0003-0443-9902
preferred-citation:
type: manual
title: 'SpectRalLibRaRies: Spectral libraries in R.'
authors:
- family-names: Rutz
given-names: Adriano
email: adafede@gmail.com
orcid: https://orcid.org/0000-0003-0443-9902
year: '2025'
notes: R package, version 0.0.9000
repository: https://r-universe.dev
repository-code: https://github.com/adafede/SpectRalLibRaRies
url: https://github.com/adafede.github.io/SpectRalLibRaRies
contact:
- family-names: Rutz
given-names: Adriano
email: adafede@gmail.com
orcid: https://orcid.org/0000-0003-0443-9902
keywords:
- computationalMetabolomics
- spectralLibraries
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "SpectRalLibRaRies",
"description": "This package provides spectral libraries in R.",
"name": "SpectRalLibRaRies: Spectral libraries in R",
"codeRepository": "https://github.com/adafede/SpectRalLibRaRies",
"issueTracker": "https://github.com/adafede/SpectRalLibRaRies/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.3 (2025-02-28)",
"author": [
{
"@type": "Person",
"givenName": "Adriano",
"familyName": "Rutz",
"email": "adafede@gmail.com",
"@id": "https://orcid.org/0000-0003-0443-9902"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Adriano",
"familyName": "Rutz",
"email": "adafede@gmail.com",
"@id": "https://orcid.org/0000-0003-0443-9902"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"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=lifecycle"
},
{
"@type": "SoftwareApplication",
"identifier": "R.utils",
"name": "R.utils",
"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=R.utils"
},
{
"@type": "SoftwareApplication",
"identifier": "spelling",
"name": "spelling",
"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=spelling"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"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": "R",
"name": "R",
"version": ">= 4.3.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "tima",
"name": "tima",
"version": ">= 2.12.0",
"sameAs": "https://github.com/taxonomicallyinformedannotation/tima"
},
"SystemRequirements": null
},
"keywords": [
"computationalmetabolomics",
"spectrallibraries"
],
"fileSize": "45.23KB",
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental"
}
GitHub Events
Total
- Push event: 13
- Create event: 2
Last Year
- Push event: 13
- Create event: 2
Dependencies
DESCRIPTION
cran
- R >= 4.4.0 depends
- logger >= 0.4.0 imports
- tima >= 2.12.0 imports
- R.utils * suggests
- lifecycle * suggests
- spelling * suggests
- testthat >= 3.0.0 suggests