Skip to content

Commit 13fe986

Browse files
committed
Post CRAN v0.1.0 v2
1 parent 1103b3a commit 13fe986

8 files changed

Lines changed: 177 additions & 212 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SampleCore
22
Title: Sampling Strategies for Constructing Core Collections
3-
Version: 0.1.0
3+
Version: 0.1.0.9000
44
Authors@R: c(
55
person(given = "J.", family = "Aravind",
66
email = "j.aravind@icar.org.in",
@@ -51,7 +51,9 @@ Suggests: biotools,
5151
RdMacros: mathjaxr,
5252
Rdpack
5353
Copyright: 2024-2026, ICAR-NBPGR
54-
URL: https://github.com/aravind-j/SampleCore
54+
URL: https://cran.r-project.org/package=SampleCore,
55+
https://github.com/aravind-j/SampleCore,
56+
https://doi.org/10.5281/zenodo.20449499,
5557
https://aravind-j.github.io/SampleCore/
5658
BugReports: https://github.com/aravind-j/SampleCore/issues
5759
Depends:

README.Rmd

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
<!-- [![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) -->
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}
4442
dver <- 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
4846
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](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-
<!-- [![R-CMD-check](https://github.com/aravind-j/SampleCore/workflows/R-CMD-check/badge.svg)](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-
<!-- [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.zenodo.14889174.svg)](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://pro-pulsar-193905.appspot.com/G-xxxxxxxx/welcome-page)](https://github.com/aravind-j/google-analytics-beacon) -->
6256
[![GoatCounter](https://samplecore-gh.goatcounter.com/count?p=/test)](https://samplecore-gh.goatcounter.com/) <!-- [![packageversion](https://img.shields.io/badge/Package%20version-0.2.3.3-orange.svg)](https://github.com/aravind-j/SampleCore) -->
@@ -70,14 +64,14 @@ cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver
7064
`r gsub("\\n", "", pkgdown:::linkify(packageDescription("SampleCore", fields = "Description")))`
7165

7266
## Installation
73-
<!--
67+
7468
The package can be installed from CRAN as follows:
7569

7670
```{r, eval=FALSE, echo=FALSE}
7771
# Install from CRAN
7872
install.packages('SampleCore', dependencies=TRUE)
7973
```
80-
-->
74+
8175

8276
The 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
189182
cat("\n")
190183
```
191-
-->
192184

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

README.html

Lines changed: 91 additions & 88 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)