nsbcompanion

A minimal R package to retrieve data from Neptune Database

https://github.com/plannapus/nsbcompanion

Science Score: 67.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary

Keywords

biostratigraphy micropaleontology
Last synced: 6 months ago · JSON representation ·

Repository

A minimal R package to retrieve data from Neptune Database

Basic Info
  • Host: GitHub
  • Owner: plannapus
  • License: mit
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 166 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Topics
biostratigraphy micropaleontology
Created over 12 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License Citation

README.md

NSBcompanion

DOI

A minimal R package to retrieve data from Neptune Database

============

library(devtools)
install_github("plannapus/NSBcompanion")

Alternatively:

download.file("https://github.com/plannapus/NSBcompanion/releases/download/v3.1/NSBcompanion_3.1.tar.gz","NSBcompanion_3.1.tar.gz")
install.packages("NSBcompanion_3.1.tar.gz",repos=NULL,type="source")

Owner

  • Name: Johan Renaudie
  • Login: plannapus
  • Kind: user
  • Location: Berlin
  • Company: Museum für Naturkunde

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Renaudie
    given-names: Johan
    orcid: https://orcid.org/0000-0002-9107-1984
title: "NSBcompanion: Functions to retrieve and manipulate data from the Neptune
Database"
version: 3.1
doi: 10.5281/zenodo.3408197
date-released: 2025-05-21

GitHub Events

Total
  • Release event: 2
  • Watch event: 1
  • Push event: 6
  • Create event: 2
Last Year
  • Release event: 2
  • Watch event: 1
  • Push event: 6
  • Create event: 2

Dependencies

DESCRIPTION cran
  • RPostgres * depends
  • DBI * imports
  • RPostgres * imports
  • stats * imports