germinationmetrics
Seed Germination Indices and Curve Fitting
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 -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
curve-fitting
germination
germination-indices
r
seed
seed-germination-curve
seed-germination-indices
Last synced: 6 months ago
·
JSON representation
·
Repository
Seed Germination Indices and Curve Fitting
Basic Info
- Host: GitHub
- Owner: aravind-j
- Language: TeX
- Default Branch: master
- Homepage: https://aravind-j.github.io/germinationmetrics/
- Size: 84.4 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
- Releases: 9
Topics
curve-fitting
germination
germination-indices
r
seed
seed-germination-curve
seed-germination-indices
Created almost 8 years 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 = "inst/extdata/"
)
```
## `germinationmetrics`: Seed Germination Indices and Curve Fitting
```{r,echo = FALSE, message = FALSE}
devtools::load_all(".")
```
###### Version : [`r getNamespaceVersion("germinationmetrics")`](https://aravind-j.github.io/germinationmetrics/articles/Introduction.html#version-history); Copyright (C) 2017-`r format(Sys.Date(), "%Y")`: [ICAR-NBPGR](http://www.nbpgr.ernet.in/); License: [GPL2|GPL-3](https://www.r-project.org/Licenses/)
##### *Aravind, J., Vimala Devi, S., Radhamani, J., Jacob, S. R., and Kalyani Srinivasan*
ICAR-National Bureau of Plant Genetic Resources, New Delhi
***
[](https://cran.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://cran.r-project.org/package=germinationmetrics)
[](https://cran.r-project.org/package=germinationmetrics)
[](https://CRAN.R-project.org/package=germinationmetrics)
```{r, results='asis', echo=FALSE}
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("germinationmetrics")) != "",
yes = getNamespaceVersion("germinationmetrics"),
no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/germinationmetrics", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/germinationmetrics", "/master/DESCRIPTION")))]))
cat(paste("[](https://github.com/aravind-j/germinationmetrics)", sep = ""))
```
[](https://github.com/aravind-j/germinationmetrics)
[](https://github.com/aravind-j/germinationmetrics/actions)
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[)`-yellowgreen.svg)](https://github.com/aravind-j/germinationmetrics/commits/master)
[](https://doi.org/10.5281/zenodo.1219630)
[](https://aravind-j.github.io/germinationmetrics/)
[](https://github.com/aravind-j/google-analytics-beacon)
***
## Description
`r gsub("\\n", " ", packageDescription("germinationmetrics", fields = "Description"))`
## Installation
The package can be installed from CRAN as follows:
```{r, eval=FALSE}
if (!require('devtools')) install.packages('devtools')
install.packages('germinationmetrics', dependencies=TRUE)
```
The development version can be installed from github as follows:
```{r, eval=FALSE}
devtools::install_github("aravind-j/germinationmetrics")
```
## Detailed tutorial
For a detailed tutorial (vignette) on how to used this package type:
```{r, eval=FALSE}
browseVignettes(package = 'germinationmetrics')
```
The vignette for the latest version is also available [online](https://aravind-j.github.io/germinationmetrics/articles/Introduction.html).
## What's new
To know whats new in this version type:
```{r, eval=FALSE}
news(package='germinationmetrics')
```
## Links
[CRAN page](https://cran.r-project.org/package=germinationmetrics)
[Github page](https://github.com/aravind-j/germinationmetrics)
[Documentation website](https://aravind-j.github.io/germinationmetrics/)
[Zenodo DOI](https://doi.org/10.5281/zenodo.1219630)
## CRAN checks
```{r, echo = FALSE}
pkgname <- "germinationmetrics"
osdf <-
rbind(data.frame(OS = "Linux",
Flavour = c("r-devel-linux-x86_64-debian-clang",
"r-devel-linux-x86_64-debian-gcc",
"r-devel-linux-x86_64-fedora-clang",
"r-devel-linux-x86_64-fedora-gcc",
"r-patched-linux-x86_64",
"r-release-linux-x86_64")),
# data.frame(OS = "Solaris",
# Flavour = c("r-patched-solaris-x86")),
data.frame(OS = "Windows",
Flavour = c("r-devel-windows-x86_64",
"r-release-windows-x86_64",
"r-oldrel-windows-x86_64")),
data.frame(OS = "macOS",
Flavour = c("r-release-macos-x86_64",
# "r-release-macos-arm64",
# "r-oldrel-macos-arm64",
"r-oldrel-macos-x86_64")))
chkurl <- paste("https://cran.r-project.org/web/checks/check_results_",
pkgname, ".html", sep = "")
library(RCurl)
if (url.exists(chkurl)) {
chklink <- paste("(", chkurl, ")", sep = "")
} else {
chklink <- "(https://cran.r-project.org/web/checks/check_results_j.aravind_at_icar.gov.in.html)"
}
osdf$`CRAN check` <- paste("[![CRAN check - ", osdf$Flavour, "]",
"(https://badges.cranchecks.info/flavor/",
osdf$Flavour, "/", pkgname, ".svg)]",
chklink,
sep = "")
```
```{r, echo = FALSE, results='asis'}
cat("[](https://cran.r-project.org/web/checks/check_results_germinationmetrics.html)", "\n")
knitr::kable(osdf[osdf$OS == "Linux", c(2, 3)], format = "simple",
col.names = c("", ""),
row.names = FALSE)
cat("[](https://cran.r-project.org/web/checks/check_results_germinationmetrics.html)", "\n")
knitr::kable(osdf[osdf$OS == "Windows", c(2, 3)], format = "simple",
col.names = c("", ""),
row.names = FALSE)
cat("[](https://cran.r-project.org/web/checks/check_results_germinationmetrics.html)", "\n")
knitr::kable(osdf[osdf$OS == "macOS", c(2, 3)], format = "simple",
col.names = c("", ""),
row.names = FALSE)
cat("\n")
```
```{r, echo = FALSE, results='asis', eval = FALSE}
library(kableExtra, warn.conflicts = FALSE)
kosdf <- kbl(osdf[, c("Flavour", "CRAN check")], row.names = FALSE,
format = "simple")
kosdf2 <- kable_styling(kosdf, bootstrap_options = c("striped", "hover"),
full_width = F, position = "left")
# os_index <- c(6, 1, 3, 2)
os_index <- c(6, 3, 2)
names(os_index) <- c(paste("[]",
chklink, sep = ""),
# paste("[]",
# chklink, sep = ""),
paste("[]",
chklink, sep = ""),
paste("[]",
chklink, sep = ""))
pack_rows(kosdf2, index = os_index)
```
## Citing `germinationmetrics`
To cite the methods in the package use:
```{r, eval = FALSE}
citation("germinationmetrics")
```
```{r, echo = FALSE}
detach("package:germinationmetrics", unload=TRUE)
suppressPackageStartupMessages(library(germinationmetrics))
cit <- citation("germinationmetrics")
# 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
- Website: https://aravind-j.github.io/R-packages-gallery/
- Repositories: 11
- Profile: https://github.com/aravind-j
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 "germinationmetrics" in publications use:'
type: software
license:
- GPL-2.0-only
- GPL-3.0-only
title: 'germinationmetrics: Seed Germination Indices and Curve Fitting'
version: 0.1.8.9000
identifiers:
- type: doi
value: 10.32614/CRAN.package.germinationmetrics
- type: url
value: https://CRAN.R-project.org/package=germinationmetrics
- type: url
value: https://doi.org/10.5281/zenodo.1219630
abstract: Provides functions to compute various germination indices such as germinability,
median germination time, mean germination time, mean germination rate, speed of
germination, Timson's index, germination value, coefficient of uniformity of germination,
uncertainty of germination process, synchrony of germination etc. from germination
count data. Includes functions for fitting cumulative seed germination curves using
four-parameter hill function and computation of associated parameters. See the vignette
for more, including full list of citations for the methods implemented.
authors:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Vimala Devi
given-names: S.
email: vimala.devi@icar.gov.in
- family-names: Radhamani
given-names: J.
email: jalli.radhamani@icar.gov.in
- family-names: Jacob
given-names: Sherry Rachel
email: sherry.jacob@icar.gov.in
- name: Kalyani Srinivasan
email: kalyani.srinivasan@icar.gov.in
preferred-citation:
type: manual
title: 'germinationmetrics: Seed Germination Indices and Curve Fitting'
authors:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Vimala Devi
given-names: S.
email: vimala.devi@icar.gov.in
- family-names: Radhamani
given-names: J.
email: jalli.radhamani@icar.gov.in
- family-names: Jacob
given-names: Sherry Rachel
email: sherry.jacob@icar.gov.in
- name: Kalyani Srinivasan
email: kalyani.srinivasan@icar.gov.in
notes: R package version 0.1.8.9000 https://aravind-j.github.io/germinationmetrics/
https://CRAN.R-project.org/package=germinationmetrics
repository: https://CRAN.R-project.org/package=germinationmetrics
repository-code: https://github.com/aravind-j/germinationmetrics
url: https://aravind-j.github.io/germinationmetrics/
contact:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
keywords:
- curve-fitting
- germination
- germination-indices
- r
- seed
- seed-germination-curve
- seed-germination-indices
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
version: '>= 3.5.0'
- type: software
title: broom
abstract: 'broom: Convert Statistical Objects into Tidy Tibbles'
notes: Imports
url: https://broom.tidymodels.org/
repository: https://CRAN.R-project.org/package=broom
authors:
- family-names: Robinson
given-names: David
email: admiral.david@gmail.com
- family-names: Hayes
given-names: Alex
email: alexpghayes@gmail.com
orcid: https://orcid.org/0000-0002-4985-5160
- family-names: Couch
given-names: Simon
email: simon.couch@posit.co
orcid: https://orcid.org/0000-0001-5676-5107
year: '2025'
doi: 10.32614/CRAN.package.broom
- type: software
title: cli
abstract: 'cli: Helpers for Developing Command Line Interfaces'
notes: Imports
url: https://cli.r-lib.org
repository: https://CRAN.R-project.org/package=cli
authors:
- family-names: Csárdi
given-names: Gábor
email: gabor@posit.co
year: '2025'
doi: 10.32614/CRAN.package.cli
- type: software
title: data.table
abstract: 'data.table: Extension of `data.frame`'
notes: Imports
url: https://r-datatable.com
repository: https://CRAN.R-project.org/package=data.table
authors:
- family-names: Barrett
given-names: Tyson
email: t.barrett88@gmail.com
orcid: https://orcid.org/0000-0002-2137-1391
- family-names: Dowle
given-names: Matt
email: mattjdowle@gmail.com
- family-names: Srinivasan
given-names: Arun
email: asrini@pm.me
- family-names: Gorecki
given-names: Jan
- family-names: Chirico
given-names: Michael
orcid: https://orcid.org/0000-0003-0787-087X
- family-names: Hocking
given-names: Toby
orcid: https://orcid.org/0000-0002-3146-0865
- family-names: Schwendinger
given-names: Benjamin
orcid: https://orcid.org/0000-0003-3315-8114
- family-names: Krylov
given-names: Ivan
email: ikrylov@disroot.org
orcid: https://orcid.org/0000-0002-0172-3812
year: '2025'
doi: 10.32614/CRAN.package.data.table
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
orcid: https://orcid.org/0000-0003-4777-038X
year: '2025'
doi: 10.32614/CRAN.package.dplyr
- type: software
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
notes: Imports
url: https://ggplot2.tidyverse.org
repository: https://CRAN.R-project.org/package=ggplot2
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Chang
given-names: Winston
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Henry
given-names: Lionel
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@posit.co
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Takahashi
given-names: Kohske
- family-names: Wilke
given-names: Claus
orcid: https://orcid.org/0000-0002-7470-9261
- family-names: Woo
given-names: Kara
orcid: https://orcid.org/0000-0002-5125-4188
- family-names: Yutani
given-names: Hiroaki
orcid: https://orcid.org/0000-0002-3385-7233
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
- family-names: Brand
given-names: Teun
name-particle: van den
orcid: https://orcid.org/0000-0002-9335-7468
year: '2025'
doi: 10.32614/CRAN.package.ggplot2
- type: software
title: ggrepel
abstract: 'ggrepel: Automatically Position Non-Overlapping Text Labels with ''ggplot2'''
notes: Imports
url: https://ggrepel.slowkow.com/
repository: https://CRAN.R-project.org/package=ggrepel
authors:
- family-names: Slowikowski
given-names: Kamil
email: kslowikowski@gmail.com
orcid: https://orcid.org/0000-0002-2843-6370
year: '2025'
doi: 10.32614/CRAN.package.ggrepel
- type: software
title: gslnls
abstract: 'gslnls: GSL Multi-Start Nonlinear Least-Squares Fitting'
notes: Imports
url: https://github.com/JorisChau/gslnls
repository: https://CRAN.R-project.org/package=gslnls
authors:
- family-names: Chau
given-names: Joris
email: joris.chau@openanalytics.eu
year: '2025'
doi: 10.32614/CRAN.package.gslnls
- type: software
title: mathjaxr
abstract: 'mathjaxr: Using ''Mathjax'' in Rd Files'
notes: Imports
url: https://github.com/wviechtb/mathjaxr
repository: https://CRAN.R-project.org/package=mathjaxr
authors:
- family-names: Viechtbauer
given-names: Wolfgang
email: wvb@wvbauer.com
orcid: https://orcid.org/0000-0003-3463-4063
year: '2025'
doi: 10.32614/CRAN.package.mathjaxr
- type: software
title: methods
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: plyr
abstract: 'plyr: Tools for Splitting, Applying and Combining Data'
notes: Imports
url: http://had.co.nz/plyr
repository: https://CRAN.R-project.org/package=plyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2025'
doi: 10.32614/CRAN.package.plyr
- type: software
title: Rdpack
abstract: 'Rdpack: Update and Manipulate Rd Documentation Objects'
notes: Imports
url: https://geobosh.github.io/Rdpack/
repository: https://CRAN.R-project.org/package=Rdpack
authors:
- family-names: Boshnakov
given-names: Georgi N.
email: georgi.boshnakov@manchester.ac.uk
orcid: https://orcid.org/0000-0003-2839-346X
year: '2025'
doi: 10.32614/CRAN.package.Rdpack
- type: software
title: rlang
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
notes: Imports
url: https://rlang.r-lib.org
repository: https://CRAN.R-project.org/package=rlang
authors:
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.rlang
- type: software
title: stats
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: httr
abstract: 'httr: Tools for Working with URLs and HTTP'
notes: Suggests
url: https://httr.r-lib.org/
repository: https://CRAN.R-project.org/package=httr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.httr
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2025'
doi: 10.32614/CRAN.package.knitr
- type: software
title: pander
abstract: 'pander: An R ''Pandoc'' Writer'
notes: Suggests
url: https://rapporter.github.io/pander/
repository: https://CRAN.R-project.org/package=pander
authors:
- family-names: Daróczi
given-names: Gergely
email: daroczig@rapporter.net
orcid: https://orcid.org/0000-0003-3149-8537
- family-names: Tsegelskyi
given-names: Roman
email: roman.tsegelskyi@gmail.com
year: '2025'
doi: 10.32614/CRAN.package.pander
- type: software
title: RCurl
abstract: 'RCurl: General Network (HTTP/FTP/...) Client Interface for R'
notes: Suggests
repository: https://CRAN.R-project.org/package=RCurl
authors:
- family-names: Temple Lang
given-names: Duncan
email: duncan@r-project.org
orcid: https://orcid.org/0000-0003-0159-1546
year: '2025'
doi: 10.32614/CRAN.package.RCurl
- type: software
title: reshape2
abstract: 'reshape2: Flexibly Reshape Data: A Reboot of the Reshape Package'
notes: Suggests
url: https://github.com/hadley/reshape
repository: https://CRAN.R-project.org/package=reshape2
authors:
- family-names: Wickham
given-names: Hadley
email: h.wickham@gmail.com
year: '2025'
doi: 10.32614/CRAN.package.reshape2
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: cderv@posit.co
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: kevin@posit.co
- family-names: Atkins
given-names: Aron
email: aron@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Chang
given-names: Winston
email: winston@posit.co
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2025'
doi: 10.32614/CRAN.package.rmarkdown
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.testthat
version: '>= 3.0.0'
- type: software
title: XML
abstract: 'XML: Tools for Parsing and Generating XML Within R and S-Plus'
notes: Suggests
url: https://www.omegahat.net/RSXML/
repository: https://CRAN.R-project.org/package=XML
authors:
- family-names: Temple Lang
given-names: Duncan
email: duncan@r-project.org
orcid: https://orcid.org/0000-0003-0159-1546
year: '2025'
doi: 10.32614/CRAN.package.XML
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "germinationmetrics",
"description": "Provides functions to compute various germination indices such as germinability, median germination time, mean germination time, mean germination rate, speed of germination, Timson's index, germination value, coefficient of uniformity of germination, uncertainty of germination process, synchrony of germination etc. from germination count data. Includes functions for fitting cumulative seed germination curves using four-parameter hill function and computation of associated parameters. See the vignette for more, including full list of citations for the methods implemented.",
"name": "germinationmetrics: Seed Germination Indices and Curve Fitting",
"relatedLink": [
"https://aravind-j.github.io/germinationmetrics/",
"https://CRAN.R-project.org/package=germinationmetrics",
"https://doi.org/10.5281/zenodo.1219630"
],
"codeRepository": "https://github.com/aravind-j/germinationmetrics",
"issueTracker": "https://github.com/aravind-j/germinationmetrics/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.1.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2023-08-09 r84924 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "J.",
"familyName": "Aravind",
"email": "j.aravind@icar.gov.in",
"@id": "https://orcid.org/0000-0002-4791-442X"
},
{
"@type": "Person",
"givenName": "S.",
"familyName": "Vimala Devi",
"email": "vimala.devi@icar.gov.in"
},
{
"@type": "Person",
"givenName": "J.",
"familyName": "Radhamani",
"email": "jalli.radhamani@icar.gov.in"
},
{
"@type": "Person",
"givenName": [
"Sherry",
"Rachel"
],
"familyName": "Jacob",
"email": "sherry.jacob@icar.gov.in"
},
{
"@type": "Organization",
"name": [
"Kalyani",
"Srinivasan"
],
"email": "kalyani.srinivasan@icar.gov.in"
}
],
"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": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@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"
},
"3": {
"@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"
},
"4": {
"@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"
},
"5": {
"@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"
},
"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": "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"
},
"8": {
"@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"
},
"9": {
"@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"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "1914.814KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "J.",
"familyName": "Aravind",
"email": "j.aravind@icar.gov.in",
"@id": "https://orcid.org/0000-0002-4791-442X"
},
{
"@type": "Person",
"givenName": "S.",
"familyName": "Vimala Devi",
"email": "vimala.devi@icar.gov.in"
},
{
"@type": "Person",
"givenName": "J.",
"familyName": "Radhamani",
"email": "jalli.radhamani@icar.gov.in"
},
{
"@type": "Person",
"givenName": [
"Sherry",
"Rachel"
],
"familyName": "Jacob",
"email": "sherry.jacob@icar.gov.in"
},
{
"@type": "Organization",
"name": [
"Kalyani",
"Srinivasan"
],
"email": "kalyani.srinivasan@icar.gov.in"
}
],
"name": "germinationmetrics: Seed Germination Indices and Curve Fitting",
"description": "R package version 0.1.8 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics"
}
],
"readme": "https://github.com/aravind-j/germinationmetrics/blob/master/README.md",
"contIntegration": "https://github.com/aravind-j/germinationmetrics/actions",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://lifecycle.r-lib.org/articles/stages.html#stable"
],
"keywords": [
"r",
"seed-germination-indices",
"seed",
"germination",
"seed-germination-curve",
"germination-indices",
"curve-fitting"
]
}
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
- Push event: 7
Last Year
- Issues event: 1
- Issue comment event: 1
- Push event: 7
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| J. Aravind | a****i@g****m | 298 |
| J. Aravind | a****6@y****m | 18 |
| GitHub Actions | a****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
github.com: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 7
- Total pull requests: 1
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 7
- Total pull request authors: 1
- Average comments per issue: 1.57
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- amaugarn (1)
- alethere (1)
- RoJoRZ (1)
- JorisChau (1)
- sckott (1)
- jonasoh (1)
- bhive01 (1)
- zahrahesabi (1)
Pull Request Authors
- GeoBosh (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 867 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: germinationmetrics
Seed Germination Indices and Curve Fitting
- Homepage: https://github.com/aravind-j/germinationmetrics
- Documentation: http://cran.r-project.org/web/packages/germinationmetrics/germinationmetrics.pdf
- License: GPL-2 | GPL-3
-
Latest release: 0.1.8
published over 2 years ago
Rankings
Forks count: 21.9%
Downloads: 22.6%
Average: 27.6%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
7 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- Rdpack * imports
- broom * imports
- data.table * imports
- ggplot2 * imports
- ggrepel * imports
- mathjaxr * imports
- minpack.lm * imports
- plyr * imports
- stats * imports
- utils * imports
- RCurl * suggests
- XML * suggests
- httr * suggests
- knitr * suggests
- pander * suggests
- reshape2 * suggests
- rmarkdown * suggests