An open API service indexing awesome lists of open source software.

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

Sampling Strategies for Constructing Core Collections
https://github.com/aravind-j/samplecore

core-collections genebank germplasm pgr plant-genetic-resources r

Last synced: 2 months ago
JSON representation

Sampling Strategies for Constructing Core Collections

Awesome Lists containing this project

README

        

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

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

## `SampleCore`: Sampling Strategies for Constructing Core Collections

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

```

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

##### Aravind, J. and Suman Roy

Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, 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/SampleCore.svg)](https://github.com/aravind-j/SampleCore)

[![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/SampleCore/)

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

***

## Description

`r gsub("\\n", "", pkgdown:::linkify(packageDescription("SampleCore", 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/SampleCore")
```

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

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

## Links

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

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

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

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

```{r, echo = FALSE}
detach("package:SampleCore", unload = TRUE)
suppressPackageStartupMessages(library(SampleCore))
cit <- citation("SampleCore")
# 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
```