https://github.com/aravind-j/dormancymetrics

Curve Fitting for Seed Dormancy Release

https://github.com/aravind-j/dormancymetrics

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

Repository

Curve Fitting for Seed Dormancy Release

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 7 months ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Citation Codemeta

README.Rmd

---
output: rmarkdown::github_document
always_allow_html: true
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path =  "man/figures/README-"
)
```



## `dormancymetrics`: Curve Fitting for Seed Dormancy Release


```{r,echo = FALSE, message = FALSE}
devtools::load_all(".", quiet = TRUE) # quiet = T for hiding macOS compiler warnings

```

###### Version : [`r getNamespaceVersion("dormancymetrics")`](https://aravind-j.github.io/dormancymetrics/); License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)

##### *Aravind, J^1^, Viay, D^2^, Manjunath Prasad, C. T.^2^ and Suman Roy^1^*

1. Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
2. Division of Seed Science and Technology, ICAR-Indian Agricultural Research Institute, New Delhi.

***
[![minimal R version](https://img.shields.io/badge/R>%3D-3.5.0-6666ff.svg?logo=R)](https://cran.r-project.org/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)



[![Github Code Size](https://img.shields.io/github/languages/code-size/aravind-j/dormancymetrics.svg)](https://github.com/aravind-j/dormancymetrics)

[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-maturing.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/aravind-j/dormancymetrics/)

[![Website - pkgdown](https://img.shields.io/website-up-down-green-red/https/aravind-j.github.io/dormancymetrics.svg)](https://aravind-j.github.io/dormancymetrics/)






***

## Description

`r gsub("\\n", "", pkgdown:::linkify(packageDescription("dormancymetrics", fields = "Description")))`

## Installation


The development version can be installed from github as follows:

```{r, eval=FALSE}
# Install development version from Github
devtools::install_github("aravind-j/dormancymetrics")
```



## What's new
To know whats new in this version type:

```{r, eval=FALSE}
news(package='dormancymetrics')
```

## Links



[Github page](https://github.com/aravind-j/dormancymetrics)

[Documentation website](https://aravind-j.github.io/dormancymetrics/)





## Citing `dormancymetrics`
To cite the methods in the package use:

```{r, eval = FALSE}
citation("dormancymetrics")
```

```{r, echo = FALSE}
detach("package:dormancymetrics", unload = TRUE)
suppressPackageStartupMessages(library(dormancymetrics))
cit <- citation("dormancymetrics")
# yr <- format(Sys.Date(), "%Y")
# cit[1]$year <- yr
# oc <- class(cit)
# 
# cit <- unclass(cit)
# attr(cit[[1]],"textVersion") <- gsub("\\(\\)",
#                                      paste("\\(", yr, "\\)", sep = ""),
#                                      attr(cit[[1]],"textVersion"))
# class(cit) <- oc
cit
```

Owner

  • Name: J. Aravind
  • Login: aravind-j
  • Kind: user
  • Location: New Delhi, India

Scientist, Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources

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 "dormancymetrics" in publications use:'
type: software
license:
- GPL-2.0-only
- GPL-3.0-only
title: 'dormancymetrics: Curve Fitting for Seed Dormancy Release'
version: 0.1.0
abstract: More about what it does (maybe more than one line). Continuation lines should
  be indented.
authors:
- family-names: Aravind
  given-names: J.
  email: j.aravind@icar.gov.in
  orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Vijay
  given-names: D.
  email: dunna.vijay@icar.gov.in
- family-names: Manjunath Prasad
  given-names: C. T.
  email: manjunath_sst@iari.res.in
  orcid: https://orcid.org/0000-0001-9363-4915
- family-names: Roy
  given-names: Suman
  email: suman.roy@icar.gov.in
  orcid: https://orcid.org/0000-0001-5612-8415
repository-code: https://github.com/aravind-j/dormancymetrics
url: https://aravind-j.github.io/dormancymetrics/
contact:
- family-names: Aravind
  given-names: J.
  email: j.aravind@icar.gov.in
  orcid: https://orcid.org/0000-0002-4791-442X

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "dormancymetrics",
  "description": "More about what it does (maybe more than one line). Continuation lines should be indented.",
  "name": "dormancymetrics: Curve Fitting for Seed Dormancy Release",
  "relatedLink": "https://aravind-j.github.io/dormancymetrics/",
  "codeRepository": "https://github.com/aravind-j/dormancymetrics",
  "issueTracker": "https://github.com/aravind-j/dormancymetrics/issues",
  "license": "https://spdx.org/licenses/GPL-2.0",
  "version": "0.1.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R Under development (unstable) (2025-07-21 r88439 ucrt)",
  "author": [
    {
      "@type": "Person",
      "givenName": "J.",
      "familyName": "Aravind",
      "email": "j.aravind@icar.gov.in",
      "@id": "https://orcid.org/0000-0002-4791-442X"
    },
    {
      "@type": "Person",
      "givenName": "D.",
      "familyName": "Vijay",
      "email": "dunna.vijay@icar.gov.in"
    },
    {
      "@type": "Person",
      "givenName": "C. T.",
      "familyName": "Manjunath Prasad",
      "email": "manjunath_sst@iari.res.in",
      "@id": "https://orcid.org/0000-0001-9363-4915"
    },
    {
      "@type": "Person",
      "givenName": "Suman",
      "familyName": "Roy",
      "email": "suman.roy@icar.gov.in",
      "@id": "https://orcid.org/0000-0001-5612-8415"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Organization",
      "name": "ICAR-NBGPR"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "J.",
      "familyName": "Aravind",
      "email": "j.aravind@icar.gov.in",
      "@id": "https://orcid.org/0000-0002-4791-442X"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "httr",
      "name": "httr",
      "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=httr"
    },
    {
      "@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": "pander",
      "name": "pander",
      "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=pander"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "RCurl",
      "name": "RCurl",
      "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=RCurl"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "reshape2",
      "name": "reshape2",
      "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=reshape2"
    },
    {
      "@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",
      "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"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "XML",
      "name": "XML",
      "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=XML"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "broom",
      "name": "broom",
      "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=broom"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "data.table",
      "name": "data.table",
      "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=data.table"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "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=ggplot2"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "ggrepel",
      "name": "ggrepel",
      "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=ggrepel"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "gslnls",
      "name": "gslnls",
      "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=gslnls"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "mathjaxr",
      "name": "mathjaxr",
      "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=mathjaxr"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "plyr",
      "name": "plyr",
      "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=plyr"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "Rdpack",
      "name": "Rdpack",
      "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=Rdpack"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "scales",
      "name": "scales",
      "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=scales"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "SystemRequirements": null
  },
  "fileSize": "259.97KB"
}

GitHub Events

Total
  • Push event: 6
  • Create event: 3
Last Year
  • Push event: 6
  • Create event: 3

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
  • r-lib/actions/setup-tinytex v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/render-readme.yaml actions
  • actions/checkout v4 composite
  • peter-evans/repository-dispatch v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-citation-cff.yaml actions
  • actions/checkout v5 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • Rdpack * imports
  • broom * imports
  • data.table * imports
  • ggplot2 * imports
  • ggrepel * imports
  • gslnls * imports
  • mathjaxr * imports
  • plyr * imports
  • scales * imports
  • stats * imports
  • utils * imports
  • RCurl * suggests
  • XML * suggests
  • httr * suggests
  • knitr * suggests
  • pander * suggests
  • reshape2 * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests