mrfish

calculations connected to fish and aquaculture

https://github.com/pik-piam/mrfish

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 (11.5%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

calculations connected to fish and aquaculture

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: lgpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 54.7 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Created about 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

madrat data preparation for data connected to fish

R package mrfish, version 0.2.8

CRAN status R build status codecov r-universe

Purpose and Functionality

Package contains routines to prepare data for validation exercises.

Installation

For installation of the most recent package version an additional repository has to be added in R:

r options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages")) The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

r install.packages("mrfish")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

r update.packages()

Questions / Problems

In case of questions / problems please contact Benjamin Leon Bodirsky bodirsky@pik-potsdam.de.

Citation

To cite package mrfish in publications use:

Wehner J, Bodirsky B (2023). mrfish: madrat data preparation for data connected to fish. R package version 0.2.8, .

A BibTeX entry for LaTeX users is

latex @Manual{, title = {mrfish: madrat data preparation for data connected to fish}, author = {Jasmin Wehner and Benjamin Leon Bodirsky}, year = {2023}, note = {R package version 0.2.8}, url = {https://github.com/pik-piam/mrfish}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mrfish: madrat data preparation for data connected to fish'
version: 0.2.8
date-released: '2023-07-13'
abstract: Package contains routines to prepare data for validation exercises.
authors:
- family-names: Wehner
  given-names: Jasmin
- family-names: Bodirsky
  given-names: Benjamin Leon
  email: bodirsky@pik-potsdam.de
license: LGPL-3.0
repository-code: https://github.com/pik-piam/mrfish

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 14
  • Total Committers: 5
  • Avg Commits per committer: 2.8
  • Development Distribution Score (DDS): 0.643
Past Year
  • Commits: 3
  • Committers: 3
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.667
Top Committers
Name Email Commits
Benjamin Leon Bodirsky b****y@p****e 5
Jan Philipp Dietrich d****h@p****e 5
Pascal Führlich 8****k 2
Baseer Ahmad Baheer b****r@p****e 1
pre-commit-ci[bot] 6****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 months
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • pre-commit-ci[bot] (4)
  • whitehacker (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10.0 depends
  • madrat >= 1.31 depends
  • magclass >= 3.17 depends
  • magpiesets * imports
  • reshape2 * imports
  • covr * suggests
  • testthat * suggests
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite