Skip to content

Commit 65f57e0

Browse files
committed
Add ORCID identifier
1 parent e7692bb commit 65f57e0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: rospca
2-
Version: 1.0.3.9000
3-
Date: 2017-11-22
2+
Version: 1.0.4
3+
Date: 2018-02-26
44
Title: Robust Sparse PCA using the ROSPCA Algorithm
55
Description: Implementation of robust sparse PCA using the ROSPCA algorithm
66
of Hubert et al. (2016) <DOI:10.1080/00401706.2015.1093962>.
77
Authors@R: c(
8-
person("Tom", "Reynkens", email = "tomreynkens@hotmail.com", role = c("aut", "cre")),
8+
person("Tom", "Reynkens", email = "tomreynkens@hotmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5516-5107")),
99
person("Valentin", "Todorov", role = "ctb", comment = "Original R code for PcaHubert and diagnostic plot in rrcov package"),
1010
person("Mia", "Hubert", role = "ctb"),
1111
person("Eric", "Schmitt", role = "ctb"),

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
\title{News for package rospca}
33

44

5-
\section{Changes in version 1.0.4 (20zz-yy-zz)}{
5+
\section{Changes in version 1.0.4 (2018-02-26)}{
66

77
\itemize{
88
\item Increase minimum required R version to 2.14.0 since byte-compilation of package code is only included since that version.
9+
\item Add ORCID ID.
910
}
1011
}
1112

0 commit comments

Comments
 (0)