Skip to content

Commit c0378eb

Browse files
committed
Add CFF file for github
1 parent b85c574 commit c0378eb

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
^codecov\.yml$
55
^appveyor\.yml$
66
^\.github$
7+
^CITATION\.cff$

CITATION.cff

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# -----------------------------------------------------------
2+
# CITATION file created with {cffr} R package, v0.1.1
3+
# See also: https://docs.ropensci.org/cffr/
4+
# -----------------------------------------------------------
5+
6+
cff-version: 1.2.0
7+
message: 'To cite package "revss" in publications use:'
8+
type: software
9+
license: BSD-2-Clause
10+
title: 'revss: Robust Estimation in Very Small Samples'
11+
version: 1.0.2
12+
abstract: Implements the estimation techniques described in Rousseeuw & Verboven (2002)
13+
<doi:10.1016/S0167-9473(02)00078-6> for the location and scale of very small samples.
14+
authors:
15+
- family-names: Adler
16+
given-names: Avraham
17+
email: Avraham.Adler@gmail.com
18+
orcid: https://orcid.org/0000-0002-3039-0703
19+
preferred-citation:
20+
type: manual
21+
title: 'revss: Robust Estimation in Very Small Samples'
22+
authors:
23+
- family-names: Adler
24+
given-names: Avraham
25+
email: Avraham.Adler@gmail.com
26+
orcid: https://orcid.org/0000-0002-3039-0703
27+
year: '2020'
28+
url: https://CRAN.R-project.org/package=revss
29+
repository: https://CRAN.R-project.org/package=revss
30+
repository-code: https://github.com/aadler/revss
31+
url: https://github.com/aadler/revss
32+
date-released: '2021-12-12'
33+
contact:
34+
- family-names: Adler
35+
given-names: Avraham
36+
email: Avraham.Adler@gmail.com
37+
orcid: https://orcid.org/0000-0002-3039-0703

0 commit comments

Comments
 (0)