Skip to content

Commit 298848a

Browse files
committed
Bump date and version
1 parent 9b6340b commit 298848a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "revss" in publications use:'
88
type: software
99
license: BSD-2-Clause
1010
title: 'revss: Robust Estimation in Very Small Samples'
11-
version: 1.0.2
11+
version: 1.0.3
1212
doi: 10.5281/zenodo.5874911
1313
abstract: Implements the estimation techniques described in Rousseeuw & Verboven (2002)
1414
<doi:10.1016/S0167-9473(02)00078-6> for the location and scale of very small samples.
@@ -28,11 +28,11 @@ preferred-citation:
2828
year: '2020'
2929
url: https://CRAN.R-project.org/package=revss
3030
doi: 10.5281/zenodo.5874911
31-
notes: R package version 1.0.2
31+
notes: R package version 1.0.3
3232
repository: https://CRAN.R-project.org/package=revss
3333
repository-code: https://github.com/aadler/revss
3434
url: https://github.com/aadler/revss
35-
date-released: '2021-12-12'
35+
date-released: '2022-01-19'
3636
contact:
3737
- family-names: Adler
3838
given-names: Avraham

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: revss
22
Type: Package
33
Title: Robust Estimation in Very Small Samples
4-
Version: 1.0.2
5-
Date: 2021-12-12
4+
Version: 1.0.3
5+
Date: 2022-01-19
66
Authors@R: c(person(given = "Avraham", family = "Adler",
77
role = c("aut", "cph", "cre"), email = "Avraham.Adler@gmail.com",
88
comment = c(ORCID = "0000-0002-3039-0703")))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for the location and scale of very small samples.
1515
If you use the package, please cite it as:
1616

1717
Avraham Adler (2020). revss: Robust Estimation in Very Small Samples.
18-
R package version 1.0.2.
18+
R package version 1.0.3.
1919
doi: 10.5281/zenodo.5874911
2020
https://CRAN.R-project.org/package=revss
2121

@@ -28,7 +28,7 @@ A BibTeX entry for LaTeX users is:
2828
year = {2020},
2929
url = {https://CRAN.R-project.org/package=revss},
3030
doi = {10.5281/zenodo.5874911},
31-
note = {R package version 1.0.2},
31+
note = {R package version 1.0.3},
3232
}
3333
```
3434

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ citEntry(entry = "Manual",
88
year = "2020",
99
url = "https://CRAN.R-project.org/package=revss",
1010
doi = "10.5281/zenodo.5874911",
11-
note = "R package version 1.0.2",
11+
note = "R package version 1.0.3",
1212

1313
textVersion =
1414
paste("Avraham Adler (2020).",
1515
"revss: Robust Estimation in Very Small Samples.",
16-
"R package version 1.0.2.",
16+
"R package version 1.0.3.",
1717
"doi: 10.5281/zenodo.5874911",
1818
"https://CRAN.R-project.org/package=revss")
1919
)

0 commit comments

Comments
 (0)