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
- Host: GitHub
- URL: https://github.com/aravind-j/samplecore
- Owner: aravind-j
- Created: 2025-03-09T07:58:08.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-09T09:45:34.000Z (2 months ago)
- Last Synced: 2025-03-09T10:24:31.586Z (2 months ago)
- Topics: core-collections, genebank, germplasm, pgr, plant-genetic-resources, r
- Language: HTML
- Homepage: https://aravind-j.github.io/SampleCore/
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Citation: CITATION.cff
- Codemeta: codemeta.json
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.
***
[](https://cran.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)[](https://github.com/aravind-j/SampleCore)
[](https://www.repostatus.org/#wip)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[)`-yellowgreen.svg)](https://github.com/aravind-j/SampleCore/)[](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
```