Skip to content

Commit 6cc1be6

Browse files
committed
Bump date and version
1 parent 40aeef7 commit 6cc1be6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# CITATION file created with {cffr} R package, v0.2.1
33
# See also: https://docs.ropensci.org/cffr/
44
# -----------------------------------------------------------
5-
5+
66
cff-version: 1.2.0
77
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.3
11+
version: 1.0.4
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.3
31+
notes: R package version 1.0.4
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: '2022-01-19'
35+
date-released: '2022-04-03'
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.3
5-
Date: 2022-01-19
4+
Version: 1.0.4
5+
Date: 2022-04-03
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")))

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.3",
11+
note = "R package version 1.0.4",
1212

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

0 commit comments

Comments
 (0)