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.4%) to scientific vocabulary
Keywords
core-collections
core-evaluation
genebank
germplasm
pgr
plant-genetic-resources
r
Keywords from Contributors
interpretability
standardization
hack
Last synced: 6 months ago
·
JSON representation
·
Repository
Quality Evaluation of Core Collections
Basic Info
- Host: GitHub
- Owner: aravind-j
- Language: HTML
- Default Branch: master
- Homepage: https://aravind-j.github.io/EvaluateCore
- Size: 40.2 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
core-collections
core-evaluation
genebank
germplasm
pgr
plant-genetic-resources
r
Created over 6 years ago
· Last pushed 10 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/"
)
```
## `EvaluateCore`: Quality Evaluation of Core Collections
```{r,echo = FALSE, message = FALSE}
devtools::load_all(".")
```
###### Version : [`r getNamespaceVersion("EvaluateCore")`](https://aravind-j.github.io/EvaluateCore/); Copyright (C) 2018-`r format(Sys.Date(), "%Y")`: [ICAR-NBPGR](http://www.nbpgr.ernet.in/); License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)
##### *Aravind, J.^1^, Kaur, V.^2^, Wankhede, D. P.^3^ and Nanjundan, J.^4^*
1. Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
2. Division of Germplasm Evaluation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
3. Division of Genomic Resources, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
4. ICAR-Indian Agricultural Research Institute, Regional Station, Wellington, Tamil Nadu.
***
[](https://cran.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://cran.r-project.org/package=EvaluateCore)
[](https://cran.r-project.org/package=EvaluateCore)
[](https://CRAN.R-project.org/package=EvaluateCore)
```{r, results='asis', echo=FALSE}
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("EvaluateCore")) != "",
yes = getNamespaceVersion("EvaluateCore"),
no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/EvaluateCore", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/EvaluateCore", "/master/DESCRIPTION")))]))
cat(paste("[](https://github.com/aravind-j/EvaluateCore)", sep = ""))
```
[](https://github.com/aravind-j/EvaluateCore)
[](https://github.com/aravind-j/EvaluateCore/actions)
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[)`-yellowgreen.svg)](https://github.com/aravind-j/EvaluateCore/)
[](https://doi.org/10.5281/zenodo.3875930)
[](https://aravind-j.github.io/EvaluateCore/)
[](https://github.com/aravind-j/google-analytics-beacon)
***
## Description
`r gsub("()", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("EvaluateCore", fields = "Description")))`
## Installation
The package can be installed from CRAN as follows:
```{r, eval=FALSE}
# Install from CRAN
install.packages('EvaluateCore', dependencies=TRUE)
```
The development version can be installed from github as follows:
```{r, eval=FALSE}
# Install development version from Github
devtools::install_github("aravind-j/EvaluateCore")
```
## What's new
To know whats new in this version type:
```{r, eval=FALSE}
news(package='EvaluateCore')
```
## Links
[CRAN page](https://cran.r-project.org/package=EvaluateCore)
[Github page](https://github.com/aravind-j/EvaluateCore)
[Documentation website](https://aravind-j.github.io/EvaluateCore/)
[Zenodo DOI](https://doi.org/10.5281/zenodo.3875930)
## CRAN checks
```{r, echo = FALSE}
pkgname <- "EvaluateCore"
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("\n",
"[](https://cran.r-project.org/web/checks/check_results_EvaluateCore.html)", "\n")
# knitr::kable(osdf[osdf$OS == "Linux", c(2, 3)], format = "simple",
# col.names = c("", ""),
# row.names = FALSE)
pander::pandoc.table(osdf[osdf$OS == "Linux", c(2, 3)], split.tables = Inf,
row.names = FALSE, justify = "ll", style = "grid")
cat("\n",
"[](https://cran.r-project.org/web/checks/check_results_EvaluateCore.html)", "\n")
# knitr::kable(osdf[osdf$OS == "Windows", c(2, 3)], format = "simple",
# col.names = c("", ""),
# row.names = FALSE)
pander::pandoc.table(osdf[osdf$OS == "Windows", c(2, 3)], split.tables = Inf,
row.names = FALSE, justify = "ll", style = "grid")
cat("\n",
"[](https://cran.r-project.org/web/checks/check_results_EvaluateCore.html)", "\n")
# knitr::kable(osdf[osdf$OS == "macOS", c(2, 3)], format = "simple",
# col.names = c("", ""),
# row.names = FALSE)
pander::pandoc.table(osdf[osdf$OS == "macOS", c(2, 3)], split.tables = Inf,
row.names = FALSE, justify = "ll", style = "grid")
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 `EvaluateCore`
To cite the methods in the package use:
```{r, eval = FALSE}
citation("EvaluateCore")
```
```{r, echo = FALSE}
detach("package:EvaluateCore", unload = TRUE)
suppressPackageStartupMessages(library(EvaluateCore))
cit <- citation("EvaluateCore")
# 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, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "EvaluateCore" in publications use:'
type: software
license:
- GPL-2.0-only
- GPL-3.0-only
title: 'EvaluateCore: Quality Evaluation of Core Collections'
version: 0.1.3.9000
abstract: Implements various quality evaluation statistics to assess the value of
plant germplasm core collections using qualitative and quantitative phenotypic trait
data according to Odong et al. (2015) <doi:10.1007/s00122-012-1971-y>.
authors:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Kaur
given-names: Vikender
email: vikender.kaur@icar.gov.in
orcid: https://orcid.org/0000-0001-9698-7329
- family-names: Wankhede
given-names: Dhammaprakash Pandhari
email: d.wankhede@icar.gov.in
orcid: https://orcid.org/0000-0001-6384-8664
- family-names: Nanjundan
given-names: Joghee
email: j.nanjundan@icar.gov.in
orcid: https://orcid.org/0000-0001-6254-7341
preferred-citation:
type: manual
title: 'EvaluateCore: Quality Evaluation of Core Collections'
authors:
- family-names: Aravind
given-names: J.
email: aravindj@nbpgr.ernet.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Kaur
given-names: Vikender
email: vikender.kaur@icar.gov.in
orcid: https://orcid.org/0000-0001-9698-7329
- family-names: Wankhede
given-names: Dhammaprakash Pandhari
email: d.wankhede@icar.gov.in
orcid: https://orcid.org/0000-0001-6384-8664
- family-names: Nanjundan
given-names: J.
email: j.nanjundan@icar.gov.in
notes: R package version 0.1.3.9000 https://aravind-j.github.io/EvaluateCore/ https://CRAN.R-project.org/package=EvaluateCore
repository: https://CRAN.R-project.org/package=EvaluateCore
repository-code: https://github.com/aravind-j/EvaluateCore
url: https://CRAN.R-project.org/package=EvaluateCore
contact:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
keywords:
- core-collections
- core-evaluation
- genebank
- germplasm
- pgr
- plant-genetic-resources
- r
identifiers:
- type: url
value: https://aravind-j.github.io/EvaluateCore/
- type: url
value: https://doi.org/10.5281/zenodo.3875930
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "EvaluateCore",
"description": "Implements various quality evaluation statistics to assess the value of plant germplasm core collections using qualitative and quantitative phenotypic trait data according to Odong et al. (2015) <doi:10.1007/s00122-012-1971-y>.",
"name": "EvaluateCore: Quality Evaluation of Core Collections",
"relatedLink": [
"https://CRAN.R-project.org/package=EvaluateCore",
"https://aravind-j.github.io/EvaluateCore/",
"https://doi.org/10.5281/zenodo.3875930"
],
"codeRepository": "https://github.com/aravind-j/EvaluateCore",
"issueTracker": "https://github.com/aravind-j/EvaluateCore/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.1.3.9000",
"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": "Vikender",
"familyName": "Kaur",
"email": "vikender.kaur@icar.gov.in",
"@id": "https://orcid.org/0000-0001-9698-7329"
},
{
"@type": "Person",
"givenName": [
"Dhammaprakash",
"Pandhari"
],
"familyName": "Wankhede",
"email": "d.wankhede@icar.gov.in",
"@id": "https://orcid.org/0000-0001-6384-8664"
},
{
"@type": "Person",
"givenName": "Joghee",
"familyName": "Nanjundan",
"email": "j.nanjundan@icar.gov.in",
"@id": "https://orcid.org/0000-0001-6254-7341"
}
],
"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": "corehunter",
"name": "corehunter",
"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=corehunter"
},
{
"@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": "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": "rJava",
"name": "rJava",
"version": ">= 0.9-8",
"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=rJava"
},
{
"@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": "agricolae",
"name": "agricolae",
"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=agricolae"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "boot",
"name": "boot",
"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=boot"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "car",
"name": "car",
"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=car"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "cluster",
"name": "cluster",
"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=cluster"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"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=dplyr"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "entropy",
"name": "entropy",
"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=entropy"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "ggcorrplot",
"name": "ggcorrplot",
"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=ggcorrplot"
},
"9": {
"@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"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "ggtext",
"name": "ggtext",
"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=ggtext"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "gridExtra",
"name": "gridExtra",
"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=gridExtra"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "kSamples",
"name": "kSamples",
"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=kSamples"
},
"14": {
"@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"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "psych",
"name": "psych",
"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=psych"
},
"16": {
"@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"
},
"17": {
"@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"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"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=tibble"
},
"20": {
"@type": "SoftwareApplication",
"identifier": "vegan",
"name": "vegan",
"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=vegan"
},
"SystemRequirements": null
},
"fileSize": "431.483KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "J.",
"familyName": "Aravind",
"email": "aravindj@nbpgr.ernet.in",
"@id": "https://orcid.org/0000-0002-4791-442X"
},
{
"@type": "Person",
"givenName": "Vikender",
"familyName": "Kaur",
"email": "vikender.kaur@icar.gov.in"
},
{
"@type": "Person",
"givenName": [
"Dhammaprakash",
"Pandhari"
],
"familyName": "Wankhede",
"email": "d.wankhede@icar.gov.in"
},
{
"@type": "Person",
"givenName": "J.",
"familyName": "Nanjundan",
"email": "j.nanjundan@icar.gov.in"
}
],
"name": "EvaluateCore: Quality Evaluation of Core Collections",
"description": "R package version 0.1.3.9000 https://aravind-j.github.io/EvaluateCore/ https://CRAN.R-project.org/package=EvaluateCore"
}
],
"readme": "https://github.com/aravind-j/EvaluateCore/blob/master/README.md",
"contIntegration": "https://github.com/aravind-j/EvaluateCore/actions",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://lifecycle.r-lib.org/articles/stages.html#stable"
],
"keywords": [
"r",
"core-collections",
"germplasm",
"pgr",
"plant-genetic-resources",
"genebank",
"core-evaluation"
]
}
GitHub Events
Total
- Push event: 17
Last Year
- Push event: 17
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| J. Aravind | a****i@g****m | 177 |
| github-actions[bot] | 4****] | 1 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 10 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 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
- sckott (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 704 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: EvaluateCore
Quality Evaluation of Core Collections
- Homepage: https://github.com/aravind-j/EvaluateCore https://CRAN.R-project.org/package=EvaluateCore https://aravind-j.github.io/EvaluateCore/ https://doi.org/10.5281/zenodo.3875930
- Documentation: http://cran.r-project.org/web/packages/EvaluateCore/EvaluateCore.pdf
- License: GPL-2 | GPL-3
- Status: removed
-
Latest release: 0.1.3
published over 3 years ago
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Downloads: 31.0%
Average: 32.0%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2-branch composite
- r-lib/actions/setup-r-dependencies v2 composite
- r-lib/actions/setup-tinytex v2 composite
.github/workflows/pkgdown.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2-branch composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/render-readme.yaml
actions
- actions/checkout v3 composite
- peter-evans/repository-dispatch v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2-branch composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2-branch composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 3.5.0 depends
- Rdpack * imports
- agricolae * imports
- boot * imports
- car * imports
- cluster * imports
- dplyr * imports
- entropy * imports
- ggcorrplot * imports
- ggplot2 * imports
- ggtext * imports
- grDevices * imports
- gridExtra * imports
- kSamples * imports
- mathjaxr * imports
- psych * imports
- reshape2 * imports
- stats * imports
- tibble * imports
- vegan * imports
- RCurl * suggests
- XML * suggests
- corehunter * suggests
- httr * suggests
- pander * suggests
- rJava >= 0.9 suggests