mrfable

Tool for easy handling of FABLE project data (India Foodcrop)

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

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

Repository

Tool for easy handling of FABLE project data (India Foodcrop)

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

README.md

FABLE project data

R package mrfable, version 1.6.3

CRAN status R build status codecov r-universe

Purpose and Functionality

Tool for easy downloading, cleaning, and sorting foodcrop data for India taken from here: https://eands.dacnet.nic.in/APY96To_07.htm .

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("mrfable")

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

r update.packages()

Tutorial

The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):

r vignette("mrfable") # India foodcrop data preparation with R

Questions / Problems

In case of questions / problems please contact Anastasis Giannousakis giannou@pik-potsdam.de.

Citation

To cite package mrfable in publications use:

Giannousakis A (2024). mrfable: FABLE project data. R package version 1.6.3.

A BibTeX entry for LaTeX users is

latex @Manual{, title = {mrfable: FABLE project data}, author = {Anastasis Giannousakis}, year = {2024}, note = {R package version 1.6.3}, }

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: 'mrfable: FABLE project data'
version: 1.6.3
date-released: '2024-01-02'
abstract: 'Tool for easy downloading, cleaning, and sorting foodcrop data for India
  taken from here: https://eands.dacnet.nic.in/APY_96_To_07.htm .'
authors:
- family-names: Giannousakis
  given-names: Anastasis
  email: giannou@pik-potsdam.de
license: LGPL-3.0

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
  • Pull request review event: 4
  • Pull request review comment event: 6
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Delete event: 1
  • Push event: 1
  • Pull request review event: 4
  • Pull request review comment event: 6
  • Pull request event: 2
  • Fork event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 75
  • Total Committers: 6
  • Avg Commits per committer: 12.5
  • Development Distribution Score (DDS): 0.133
Past Year
  • Commits: 5
  • Committers: 4
  • Avg Commits per committer: 1.25
  • Development Distribution Score (DDS): 0.6
Top Committers
Name Email Commits
Anastasis Giannousakis 1****u 65
Jan Philipp Dietrich d****h@p****e 3
pre-commit-ci[bot] 6****] 3
mishkos s****c@p****e 2
Anastasis Giannousakis G****s@e****m 1
PrantikaDas 4****s 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 30
  • Total pull requests: 4
  • Average time to close issues: 15 days
  • Average time to close pull requests: about 11 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 1.27
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 40 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • giannou (29)
  • saxenasatyam (1)
Pull Request Authors
  • pre-commit-ci[bot] (4)
  • giannou (2)
  • AnkitSaha07 (1)
  • PrantikaDas (1)
Top Labels
Issue Labels
enhancement (11) bug (7) question (3) invalid (2)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10.0 depends
  • madrat >= 2.5.0 depends
  • dplyr * imports
  • magclass * imports
  • quitte * imports
  • readxl * imports
  • tidyr * imports
  • utils * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pat-s/always-upload-cache v3 composite
  • r-lib/actions/setup-pandoc v1 composite