Skip to content

Commit d094bbf

Browse files
committed
Try ReadMe render
1 parent 2628e92 commit d094bbf

5 files changed

Lines changed: 41 additions & 53 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
extra-packages: |
2525
local::.
26-
any::EvaluateCore
2726
any::NbClust
2827
any::cluster
2928
github::r-lib/pkgdown?reinstall

.github/workflows/render-readme.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
any::devtools
3131
any::kableExtra
3232
any::RCurl
33-
any::EvaluateCore
3433
3534
- name: Render README.md using rmarkdown
3635
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document")'

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Imports: mathjaxr,
2727
stats,
2828
utils
2929
Suggests: cluster,
30-
EvaluateCore,
3130
knitr,
3231
pander,
3332
rmarkdown
33+
Remotes: github::aravind-j/EvaluateCore
3434
RdMacros: mathjaxr,
3535
Rdpack
3636
Copyright: 2024-2025, ICAR-NBPGR

README.html

Lines changed: 17 additions & 36 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

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

8-
<!-- <img src="https://raw.githubusercontent.com/aravind-j/SampleCore/master/inst/extdata/SampleCore.png" align="right" alt="logo" width="173" height = "200" style = "border: none; float: right;">
9-
-->
8+
<img src="https://raw.githubusercontent.com/aravind-j/SampleCore/master/inst/extdata/SampleCore.png" align="right" alt="logo" width="173" height = "200" style = "border: none; float: right;">
109

1110
###### Version : [0.0.0.9000](https://aravind-j.github.io/SampleCore/); License: [GPL-2\|GPL-3](https://www.r-project.org/Licenses/)
1211

@@ -21,22 +20,29 @@ Genetic Resources, New Delhi.
2120
version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg?logo=R)](https://cran.r-project.org/)
2221
[![License: GPL
2322
v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
23+
2424
<!-- [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-last-release/SampleCore)](https://cran.r-project.org/package=SampleCore)
2525
[![Dependencies](https://tinyverse.netlify.app/status/SampleCore)](https://cran.r-project.org/package=SampleCore) -->
26+
2627
<!-- [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/SampleCore?color=green)](https://CRAN.R-project.org/package=SampleCore) -->
28+
2729
<!--
2830
[![develVersion](https://img.shields.io/badge/devel%20version-0.0.0.9000-orange.svg)](https://github.com/aravind-j/SampleCore)
29-
--> [![Github Code
31+
-->
32+
33+
[![Github Code
3034
Size](https://img.shields.io/github/languages/code-size/aravind-j/SampleCore.svg)](https://github.com/aravind-j/SampleCore)
35+
3136
<!-- [![R-CMD-check](https://github.com/aravind-j/SampleCore/workflows/R-CMD-check/badge.svg)](https://github.com/aravind-j/SampleCore/actions) -->
37+
3238
[![Project Status:
3339
WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
3440
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-maturing.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
35-
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--03--09-yellowgreen.svg)](https://github.com/aravind-j/SampleCore/)
41+
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--12--08-yellowgreen.svg)](https://github.com/aravind-j/SampleCore/)
3642
<!-- [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.zenodo.14889174.svg)](https://doi.org/10.5281/zenodo.14889174) -->
3743
[![Website -
3844
pkgdown](https://img.shields.io/website-up-down-green-red/https/aravind-j.github.io/SampleCore.svg)](https://aravind-j.github.io/SampleCore/)
39-
<!-- [![.](https://pro-pulsar-193905.appspot.com/G-B9EKQHWBD9/welcome-page)](https://github.com/aravind-j/google-analytics-beacon) -->
45+
<!-- [![.](https://pro-pulsar-193905.appspot.com/G-xxxxxxxx/welcome-page)](https://github.com/aravind-j/google-analytics-beacon) -->
4046
<!-- [![GoatCounter](https://SampleCore-gh.goatcounter.com/count?p=/test)](https://SampleCore.goatcounter.com/) -->
4147
<!-- [![packageversion](https://img.shields.io/badge/Package%20version-0.2.3.3-orange.svg)](https://github.com/aravind-j/SampleCore) -->
4248
<!-- [![GitHub Download Count](https://github-basic-badges.herokuapp.com/downloads/aravind-j/SampleCore/total.svg)] -->
@@ -46,13 +52,13 @@ pkgdown](https://img.shields.io/website-up-down-green-red/https/aravind-j.github
4652

4753
## Description
4854

49-
<!-- Implements several sampling strategies for construction of core collections. These include 1) Stratified sampling based on group size 2) Stratified sampling based on group diversity 3) Sampling based on genetic distance between accessions. See the vignette for more, including full list of citations for the methods implemented. -->
55+
<!-- Implements several sampling strategies for construction of core collections. These include 1) Stratified sampling based on group size 2) Stratified sampling based on group diversity 3) Sampling based on genetic distance between accessions. See the vignette for more, including full list of citations for the methods implemented. -->
5056

51-
Implements several sampling strategies for construction of
52-
corecollections. These include 1) Stratified sampling based on group
53-
size 2)Stratified sampling based on group diversity 3) Sampling based on
54-
geneticdistance between accessions. See the vignette for more, including
55-
full listof citations for the methods implemented.
57+
Implements several sampling strategies for construction of core
58+
collections. These include 1) Stratified sampling based on group size 2)
59+
Stratified sampling based on group diversity 3) Sampling based on
60+
genetic distance between accessions. See the vignette for more,
61+
including full list of citations for the methods implemented.
5662

5763
## Installation
5864

@@ -93,6 +99,7 @@ news(package='SampleCore')
9399
[Documentation website](https://aravind-j.github.io/SampleCore/)
94100

95101
<!--[Zenodo DOI](https://doi.org/10.5281/zenodo.14889174) -->
102+
96103
<!--
97104
## CRAN checks
98105
&#10;
@@ -157,11 +164,13 @@ To cite the methods in the package use:
157164
citation("SampleCore")
158165
```
159166

160-
Warning in citation("SampleCore"): could not determine year for 'SampleCore' from package DESCRIPTION file
167+
Warning in citation("SampleCore"): could not determine year for 'SampleCore' from package
168+
DESCRIPTION file
161169
To cite package 'SampleCore' in publications use:
162170

163-
Aravind J (????). _SampleCore: Sampling Strategies for Constructing Core COllections_. R package
164-
version 0.0.0.9000, <https://github.com/aravind-j/SampleCore>.
171+
Aravind J (????). _SampleCore: Sampling Strategies for Constructing Core
172+
COllections_. R package version 0.0.0.9000,
173+
<https://github.com/aravind-j/SampleCore>.
165174

166175
A BibTeX entry for LaTeX users is
167176

0 commit comments

Comments
 (0)