Skip to content

Commit fdcd719

Browse files
committed
Pre CRAN v1.8.0 cleanup p2
1 parent d544cc7 commit fdcd719

File tree

11 files changed

+305
-118
lines changed

11 files changed

+305
-118
lines changed

.github/workflows/update-citation-cff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v3
2626
- uses: r-lib/actions/setup-r@v2
2727
- uses: r-lib/actions/setup-r-dependencies@v2
2828
with:

CITATION.cff

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# -----------------------------------------------------------
2-
# CITATION file created with {cffr} R package, v0.5.0
1+
# --------------------------------------------
2+
# CITATION file created with {cffr} R package
33
# See also: https://docs.ropensci.org/cffr/
4-
# -----------------------------------------------------------
4+
# --------------------------------------------
55

66
cff-version: 1.2.0
77
message: 'To cite package "germinationmetrics" in publications use:'
@@ -10,7 +10,14 @@ license:
1010
- GPL-2.0-only
1111
- GPL-3.0-only
1212
title: 'germinationmetrics: Seed Germination Indices and Curve Fitting'
13-
version: 0.1.8
13+
version: 0.1.9
14+
identifiers:
15+
- type: doi
16+
value: 10.32614/CRAN.package.germinationmetrics
17+
- type: url
18+
value: https://CRAN.R-project.org/package=germinationmetrics
19+
- type: url
20+
value: https://doi.org/10.5281/zenodo.1219630
1421
abstract: Provides functions to compute various germination indices such as germinability,
1522
median germination time, mean germination time, mean germination rate, speed of
1623
germination, Timson's index, germination value, coefficient of uniformity of germination,
@@ -21,7 +28,7 @@ abstract: Provides functions to compute various germination indices such as germ
2128
authors:
2229
- family-names: Aravind
2330
given-names: J.
24-
email: j.aravind@icar.gov.in
31+
email: j.aravind@icar.org.in
2532
orcid: https://orcid.org/0000-0002-4791-442X
2633
- family-names: Vimala Devi
2734
given-names: S.
@@ -31,7 +38,7 @@ authors:
3138
email: jalli.radhamani@icar.gov.in
3239
- family-names: Jacob
3340
given-names: Sherry Rachel
34-
email: sherry.jacob@icar.gov.in
41+
email: sherry.jacob@icar.org.in
3542
- name: Kalyani Srinivasan
3643
email: kalyani.srinivasan@icar.gov.in
3744
preferred-citation:
@@ -40,7 +47,7 @@ preferred-citation:
4047
authors:
4148
- family-names: Aravind
4249
given-names: J.
43-
email: j.aravind@icar.gov.in
50+
email: j.aravind@icar.org.in
4451
orcid: https://orcid.org/0000-0002-4791-442X
4552
- family-names: Vimala Devi
4653
given-names: S.
@@ -50,17 +57,17 @@ preferred-citation:
5057
email: jalli.radhamani@icar.gov.in
5158
- family-names: Jacob
5259
given-names: Sherry Rachel
53-
email: sherry.jacob@icar.gov.in
60+
email: sherry.jacob@icar.org.in
5461
- name: Kalyani Srinivasan
5562
email: kalyani.srinivasan@icar.gov.in
56-
notes: R package version 0.1.8 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics
63+
notes: R package version 0.1.9 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics
5764
repository: https://CRAN.R-project.org/package=germinationmetrics
5865
repository-code: https://github.com/aravind-j/germinationmetrics
5966
url: https://aravind-j.github.io/germinationmetrics/
6067
contact:
6168
- family-names: Aravind
6269
given-names: J.
63-
email: j.aravind@icar.gov.in
70+
email: j.aravind@icar.org.in
6471
orcid: https://orcid.org/0000-0002-4791-442X
6572
keywords:
6673
- curve-fitting
@@ -70,8 +77,4 @@ keywords:
7077
- seed
7178
- seed-germination-curve
7279
- seed-germination-indices
73-
identifiers:
74-
- type: url
75-
value: https://CRAN.R-project.org/package=germinationmetrics
76-
- type: url
77-
value: https://doi.org/10.5281/zenodo.1219630
80+

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: germinationmetrics
22
Type: Package
33
Title: Seed Germination Indices and Curve Fitting
4-
Version: 0.1.8.9000
4+
Version: 0.1.9
55
Authors@R: c(
66
person(given = "J.", family = "Aravind",
77
email = "j.aravind@icar.org.in",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# germinationmetrics 0.1.9
22

33
## NEW FUNCTIONS:
4-
* `geom_line2` - A modification of `ggplot2::geom_line` to plot both lines and points together.
4+
* `geom_line2` - A modification of `ggplot2::geom_line` to plot both lines and points together as an internal function.
55

66
## UPDATED FUNCTIONS:
77
* `FourPHFfit` - Added better error handling. Now gracefully fails by returning empty output due to convergence errors or when fitting is not possible.

README.html

Lines changed: 8 additions & 9 deletions
Large diffs are not rendered by default.

README.md

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

22
## `germinationmetrics`: Seed Germination Indices and Curve Fitting <img src="https://raw.githubusercontent.com/aravind-j/germinationmetrics/master/inst/extdata/germinationmetrics.png" align="right" alt="logo" width="173" height = "200" style = "padding: 10px; border: none; float: right;">
33

4-
###### Version : [0.1.8.9000](https://aravind-j.github.io/germinationmetrics/articles/Introduction.html#version-history); Copyright (C) 2017-2025: [ICAR-NBPGR](https://nbpgr.org.in/); License: [GPL2\|GPL-3](https://www.r-project.org/Licenses/)
4+
###### Version : [0.1.9](https://aravind-j.github.io/germinationmetrics/articles/Introduction.html#version-history); Copyright (C) 2017-2025: [ICAR-NBPGR](https://nbpgr.org.in/); License: [GPL2\|GPL-3](https://www.r-project.org/Licenses/)
55

66
##### *Aravind, J., Vimala Devi, S., Radhamani, J., Jacob, S. R., and Kalyani Srinivasan*
77

@@ -19,14 +19,14 @@ v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org
1919
[![Dependencies](https://tinyverse.netlify.app/status/germinationmetrics)](https://cran.r-project.org/package=germinationmetrics)
2020
[![rstudio mirror
2121
downloads](https://cranlogs.r-pkg.org/badges/grand-total/germinationmetrics?color=green)](https://CRAN.R-project.org/package=germinationmetrics)
22-
[![develVersion](https://img.shields.io/badge/devel%20version-0.1.8.9000-orange.svg)](https://github.com/aravind-j/germinationmetrics)
22+
[![develVersion](https://img.shields.io/badge/devel%20version-0.1.9-orange.svg)](https://github.com/aravind-j/germinationmetrics)
2323
[![Github Code
2424
Size](https://img.shields.io/github/languages/code-size/aravind-j/germinationmetrics.svg)](https://github.com/aravind-j/germinationmetrics)
2525
[![R-CMD-check](https://github.com/aravind-j/germinationmetrics/workflows/R-CMD-check/badge.svg)](https://github.com/aravind-j/germinationmetrics/actions)
2626
[![Project Status:
2727
Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2828
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
29-
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--12--13-yellowgreen.svg)](https://github.com/aravind-j/germinationmetrics/commits/master)
29+
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--12--14-yellowgreen.svg)](https://github.com/aravind-j/germinationmetrics/commits/master)
3030
[![Zenodo
3131
DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1219630.svg)](https://doi.org/10.5281/zenodo.1219630)
3232
[![Website -
@@ -134,18 +134,17 @@ citation("germinationmetrics")
134134
To cite the R package 'germinationmetrics' in publications use:
135135

136136
Aravind, J., Vimala Devi, S., Radhamani, J., Jacob, S. R., and Kalyani Srinivasan (2025).
137-
germinationmetrics: Seed Germination Indices and Curve Fitting. R package version 0.1.8.9000,
138-
https://github.com/aravind-j/germinationmetrics
139-
https://cran.r-project.org/package=germinationmetrics.
137+
germinationmetrics: Seed Germination Indices and Curve Fitting. R package version 0.1.9,
138+
https://github.com/aravind-j/germinationmetrics https://cran.r-project.org/package=germinationmetrics.
140139

141140
A BibTeX entry for LaTeX users is
142141

143142
@Manual{,
144143
title = {germinationmetrics: Seed Germination Indices and Curve Fitting},
145144
author = {J. Aravind and S. {Vimala Devi} and J. Radhamani and Sherry Rachel Jacob and {Kalyani Srinivasan}},
146-
note = {R package version 0.1.8.9000 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics},
145+
note = {R package version 0.1.9 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics},
147146
year = {2025},
148147
}
149148

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

codemeta.json

Lines changed: 65 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/aravind-j/germinationmetrics",
99
"issueTracker": "https://github.com/aravind-j/germinationmetrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-2.0",
11-
"version": "0.1.8",
11+
"version": "0.1.9",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R Under development (unstable) (2023-08-09 r84924 ucrt)",
17+
"runtimePlatform": "R Under development (unstable) (2025-12-09 r89129 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -26,7 +26,7 @@
2626
"@type": "Person",
2727
"givenName": "J.",
2828
"familyName": "Aravind",
29-
"email": "j.aravind@icar.gov.in",
29+
"email": "j.aravind@icar.org.in",
3030
"@id": "https://orcid.org/0000-0002-4791-442X"
3131
},
3232
{
@@ -45,7 +45,7 @@
4545
"@type": "Person",
4646
"givenName": ["Sherry", "Rachel"],
4747
"familyName": "Jacob",
48-
"email": "sherry.jacob@icar.gov.in"
48+
"email": "sherry.jacob@icar.org.in"
4949
},
5050
{
5151
"@type": "Organization",
@@ -64,7 +64,7 @@
6464
"@type": "Person",
6565
"givenName": "J.",
6666
"familyName": "Aravind",
67-
"email": "j.aravind@icar.gov.in",
67+
"email": "j.aravind@icar.org.in",
6868
"@id": "https://orcid.org/0000-0002-4791-442X"
6969
}
7070
],
@@ -187,6 +187,18 @@
187187
"sameAs": "https://CRAN.R-project.org/package=broom"
188188
},
189189
"3": {
190+
"@type": "SoftwareApplication",
191+
"identifier": "cli",
192+
"name": "cli",
193+
"provider": {
194+
"@id": "https://cran.r-project.org",
195+
"@type": "Organization",
196+
"name": "Comprehensive R Archive Network (CRAN)",
197+
"url": "https://cran.r-project.org"
198+
},
199+
"sameAs": "https://CRAN.R-project.org/package=cli"
200+
},
201+
"4": {
190202
"@type": "SoftwareApplication",
191203
"identifier": "data.table",
192204
"name": "data.table",
@@ -198,7 +210,19 @@
198210
},
199211
"sameAs": "https://CRAN.R-project.org/package=data.table"
200212
},
201-
"4": {
213+
"5": {
214+
"@type": "SoftwareApplication",
215+
"identifier": "dplyr",
216+
"name": "dplyr",
217+
"provider": {
218+
"@id": "https://cran.r-project.org",
219+
"@type": "Organization",
220+
"name": "Comprehensive R Archive Network (CRAN)",
221+
"url": "https://cran.r-project.org"
222+
},
223+
"sameAs": "https://CRAN.R-project.org/package=dplyr"
224+
},
225+
"6": {
202226
"@type": "SoftwareApplication",
203227
"identifier": "ggplot2",
204228
"name": "ggplot2",
@@ -210,7 +234,7 @@
210234
},
211235
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
212236
},
213-
"5": {
237+
"7": {
214238
"@type": "SoftwareApplication",
215239
"identifier": "ggrepel",
216240
"name": "ggrepel",
@@ -222,31 +246,36 @@
222246
},
223247
"sameAs": "https://CRAN.R-project.org/package=ggrepel"
224248
},
225-
"6": {
249+
"8": {
226250
"@type": "SoftwareApplication",
227-
"identifier": "mathjaxr",
228-
"name": "mathjaxr",
251+
"identifier": "gslnls",
252+
"name": "gslnls",
229253
"provider": {
230254
"@id": "https://cran.r-project.org",
231255
"@type": "Organization",
232256
"name": "Comprehensive R Archive Network (CRAN)",
233257
"url": "https://cran.r-project.org"
234258
},
235-
"sameAs": "https://CRAN.R-project.org/package=mathjaxr"
259+
"sameAs": "https://CRAN.R-project.org/package=gslnls"
236260
},
237-
"7": {
261+
"9": {
238262
"@type": "SoftwareApplication",
239-
"identifier": "gslnls",
240-
"name": "gslnls",
263+
"identifier": "mathjaxr",
264+
"name": "mathjaxr",
241265
"provider": {
242266
"@id": "https://cran.r-project.org",
243267
"@type": "Organization",
244268
"name": "Comprehensive R Archive Network (CRAN)",
245269
"url": "https://cran.r-project.org"
246270
},
247-
"sameAs": "https://CRAN.R-project.org/package=gslnls"
271+
"sameAs": "https://CRAN.R-project.org/package=mathjaxr"
248272
},
249-
"8": {
273+
"10": {
274+
"@type": "SoftwareApplication",
275+
"identifier": "methods",
276+
"name": "methods"
277+
},
278+
"11": {
250279
"@type": "SoftwareApplication",
251280
"identifier": "plyr",
252281
"name": "plyr",
@@ -258,7 +287,7 @@
258287
},
259288
"sameAs": "https://CRAN.R-project.org/package=plyr"
260289
},
261-
"9": {
290+
"12": {
262291
"@type": "SoftwareApplication",
263292
"identifier": "Rdpack",
264293
"name": "Rdpack",
@@ -270,19 +299,31 @@
270299
},
271300
"sameAs": "https://CRAN.R-project.org/package=Rdpack"
272301
},
273-
"10": {
302+
"13": {
303+
"@type": "SoftwareApplication",
304+
"identifier": "rlang",
305+
"name": "rlang",
306+
"provider": {
307+
"@id": "https://cran.r-project.org",
308+
"@type": "Organization",
309+
"name": "Comprehensive R Archive Network (CRAN)",
310+
"url": "https://cran.r-project.org"
311+
},
312+
"sameAs": "https://CRAN.R-project.org/package=rlang"
313+
},
314+
"14": {
274315
"@type": "SoftwareApplication",
275316
"identifier": "stats",
276317
"name": "stats"
277318
},
278-
"11": {
319+
"15": {
279320
"@type": "SoftwareApplication",
280321
"identifier": "utils",
281322
"name": "utils"
282323
},
283324
"SystemRequirements": null
284325
},
285-
"fileSize": "1914.814KB",
326+
"fileSize": "1950.112KB",
286327
"citation": [
287328
{
288329
"@type": "SoftwareSourceCode",
@@ -291,7 +332,7 @@
291332
"@type": "Person",
292333
"givenName": "J.",
293334
"familyName": "Aravind",
294-
"email": "j.aravind@icar.gov.in",
335+
"email": "j.aravind@icar.org.in",
295336
"@id": "https://orcid.org/0000-0002-4791-442X"
296337
},
297338
{
@@ -310,7 +351,7 @@
310351
"@type": "Person",
311352
"givenName": ["Sherry", "Rachel"],
312353
"familyName": "Jacob",
313-
"email": "sherry.jacob@icar.gov.in"
354+
"email": "sherry.jacob@icar.org.in"
314355
},
315356
{
316357
"@type": "Organization",
@@ -319,9 +360,10 @@
319360
}
320361
],
321362
"name": "germinationmetrics: Seed Germination Indices and Curve Fitting",
322-
"description": "R package version 0.1.8 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics"
363+
"description": "R package version 0.1.9 https://aravind-j.github.io/germinationmetrics/ https://CRAN.R-project.org/package=germinationmetrics"
323364
}
324365
],
366+
"releaseNotes": "https://github.com/aravind-j/germinationmetrics/blob/main/NEWS.md",
325367
"readme": "https://github.com/aravind-j/germinationmetrics/blob/master/README.md",
326368
"contIntegration": "https://github.com/aravind-j/germinationmetrics/actions",
327369
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"],

germinationmetrics.pdf

314 KB
Binary file not shown.

0 commit comments

Comments
 (0)