Skip to content

Commit 5585467

Browse files
committed
Pre CRAN v0.1.0 cleanup
1 parent 2c86c31 commit 5585467

7 files changed

Lines changed: 34 additions & 21 deletions

File tree

.Rbuildignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@
66
^CITATION\.cff$
77
^\.github$
88
^codemeta\.json$
9+
^\.positai$
10+
^\.claude$
11+
^README\.Rmd$
12+
^README\.html$
13+
^_pkgdown\.yml$
14+
^docs$
15+
^pkgdown$
16+
^cran-comments\.md$
17+
^cran-comments-archive\.md$
18+
^LEAVcore\.pdf$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Release.R
66
.httr-oauth
77
.DS_Store
88
.quarto
9+
.positai
10+
docs

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: LEAVcore
22
Title: Constitution of Core Collections using Length of Encoded Attribute Values
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R: c(
55
person(given = "J.", family = "Aravind",
66
email = "j.aravind@icar.org.in",

LEAVcore.pdf

214 KB
Binary file not shown.

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# LEAVcore 0.1.0
2+
3+
* First release
14

25
# LEAVcore 0.0.0.9000
36

README.html

Lines changed: 11 additions & 12 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<img src="https://raw.githubusercontent.com/aravind-j/LEAVcore/master/inst/extdata/LEAVcore.png" align="right" alt="logo" width="173" height = "200" style = "border: none; float: right;">
99

10-
###### Version : [0.0.0.9000](https://aravind-j.github.io/LEAVcore/); Copyright (C) 2024-2026: [ICAR-NBPGR](https://nbpgr.org.in/); License: [GPL-2\|GPL-3](https://www.r-project.org/Licenses/)
10+
###### Version : [0.1.0](https://aravind-j.github.io/LEAVcore/); Copyright (C) 2024-2026: [ICAR-NBPGR](https://nbpgr.org.in/); License: [GPL-2\|GPL-3](https://www.r-project.org/Licenses/)
1111

1212
##### *Aravind, J., Roy, Suman and Singh, Anju M.*
1313

@@ -36,7 +36,7 @@ Size](https://img.shields.io/github/languages/code-size/aravind-j/LEAVcore.svg)]
3636
[![Project Status:
3737
WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
3838
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-maturing.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
39-
[![Last-changedate](https://img.shields.io/badge/last%20change-2026--05--29-yellowgreen.svg)](https://github.com/aravind-j/LEAVcore/)
39+
[![Last-changedate](https://img.shields.io/badge/last%20change-2026--05--31-yellowgreen.svg)](https://github.com/aravind-j/LEAVcore/)
4040
<!-- [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14889174.svg)](https://doi.org/10.5281/zenodo.14889174) -->
4141
[![Website -
4242
pkgdown](https://img.shields.io/website-up-down-green-red/https/aravind-j.github.io/LEAVcore.svg)](https://aravind-j.github.io/LEAVcore/)
@@ -165,18 +165,17 @@ citation("LEAVcore")
165165

166166
To cite the R package 'LEAVcore' in publications use:
167167

168-
Aravind, J., Roy, S., and Singh, A. M. (2026). LEAVcore: Constitution of Core Collections using
169-
Length of Encoded Attribute Values. R package version 0.0.0.9000,
170-
https://aravind-j.github.io/LEAVcore/.
168+
Aravind, J., Roy, S., and Singh, A. M. (2026). LEAVcore: Constitution of Core Collections using Length
169+
of Encoded Attribute Values. R package version 0.1.0, https://aravind-j.github.io/LEAVcore/.
171170

172171
A BibTeX entry for LaTeX users is
173172

174173
@Manual{,
175174
title = {LEAVcore: Constitution of Core Collections using Length of Encoded Attribute Values},
176175
author = {J. Aravind and Suman Roy and Anju Mahendru Singh},
177-
note = {R package version 0.0.0.9000 https://aravind-j.github.io/LEAVcore/},
176+
note = {R package version 0.1.0 https://aravind-j.github.io/LEAVcore/},
178177
year = {2026},
179178
}
180179

181-
This free and open-source software implements academic research by the authors and co-workers. If
182-
you use it, please support the project by citing the package.
180+
This free and open-source software implements academic research by the authors and co-workers. If you use
181+
it, please support the project by citing the package.

0 commit comments

Comments
 (0)