@@ -35,28 +35,22 @@ Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resour
3535[ ![ minimal R version] ( https://img.shields.io/badge/R>%3D-3.5.0-6666ff.svg?logo=R )] ( https://cran.r-project.org/ )
3636[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
3737
38- <!-- [](https://cran.r-project.org/package=SampleCore)
39- [](https://cran.r-project.org/package=SampleCore) -->
40- <!-- [](https://CRAN.R-project.org/package=SampleCore) -->
41-
42- <!--
38+ [ ![ CRAN_Status_Badge] ( https://www.r-pkg.org/badges/version-last-release/SampleCore )] ( https://cran.r-project.org/package=SampleCore )
39+ [ ![ Dependencies] ( https://tinyverse.netlify.app/status/SampleCore )] ( https://cran.r-project.org/package=SampleCore )
40+ [ ![ rstudio mirror downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/SampleCore?color=green )] ( https://CRAN.R-project.org/package=SampleCore )
4341``` {r, results='asis', echo=FALSE}
4442dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("SampleCore")) != "",
4543 yes = getNamespaceVersion("SampleCore"),
4644 no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/SampleCore", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "aravind-j/SampleCore", "/master/DESCRIPTION")))]))
4745
4846cat(paste("[](https://github.com/aravind-j/SampleCore)", sep = ""))
4947```
50- -->
51-
5248[ ![ Github Code Size] ( https://img.shields.io/github/languages/code-size/aravind-j/SampleCore.svg )] ( https://github.com/aravind-j/SampleCore )
53-
54- <!-- [](https://github.com/aravind-j/SampleCore/actions) -->
55-
49+ [ ![ R-CMD-check] ( https://github.com/aravind-j/SampleCore/workflows/R-CMD-check/badge.svg )] ( https://github.com/aravind-j/SampleCore/actions )
5650[ ![ Project Status: WIP] ( https://www.repostatus.org/badges/latest/wip.svg )] ( https://www.repostatus.org/#wip )
5751[ ![ lifecycle] ( https://lifecycle.r-lib.org/articles/figures/lifecycle-maturing.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#maturing )
5852[ ![ Last-changedate] (https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)] ( https://github.com/aravind-j/SampleCore/ )
59- <!-- [](https://doi.org/10.5281/zenodo.14889174) -->
53+ [ ![ Zenodo DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.20449499. svg )] ( https://doi.org/10.5281/zenodo.20449499 )
6054[ ![ Website - pkgdown] ( https://img.shields.io/website-up-down-green-red/https/aravind-j.github.io/SampleCore.svg )] ( https://aravind-j.github.io/SampleCore/ )
6155<!-- [](https://github.com/aravind-j/google-analytics-beacon) -->
6256[ ![ GoatCounter] ( https://samplecore-gh.goatcounter.com/count?p=/test )] ( https://samplecore-gh.goatcounter.com/ ) <!-- [](https://github.com/aravind-j/SampleCore) -->
@@ -70,14 +64,14 @@ cat(paste("[)) `
7165
7266## Installation
73- <!--
67+
7468The package can be installed from CRAN as follows:
7569
7670``` {r, eval=FALSE, echo=FALSE}
7771# Install from CRAN
7872install.packages('SampleCore', dependencies=TRUE)
7973```
80- -->
74+
8175
8276The development version can be installed from github as follows:
8377
@@ -103,15 +97,14 @@ news(package='SampleCore')
10397
10498## Links
10599
106- <!-- [CRAN page](https://cran.r-project.org/package=SampleCore) -->
100+ [ CRAN page] ( https://cran.r-project.org/package=SampleCore )
107101
108102[ Github page] ( https://github.com/aravind-j/SampleCore )
109103
110104[ Documentation website] ( https://aravind-j.github.io/SampleCore/ )
111105
112- <!-- [Zenodo DOI](https://doi.org/10.5281/zenodo.14889174) -->
106+ [ Zenodo DOI] ( https://doi.org/10.5281/zenodo.20449499 )
113107
114- <!--
115108## CRAN checks
116109
117110``` {r, echo = FALSE}
@@ -188,7 +181,6 @@ pander::pandoc.table(osdf[osdf$OS == "macOS", c(2, 3)], split.tables = Inf,
188181
189182cat("\n")
190183```
191- -->
192184
193185## Citing ` SampleCore `
194186To cite the methods in the package use:
0 commit comments