-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed as CRAN requested and resubmit
- Loading branch information
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
^README\.Rmd$ | ||
^\.travis\.yml$ | ||
cran-comments.md | ||
^CRAN-RELEASE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2020-03-18. | ||
Once it is accepted, delete this file and tag the release (commit 4b2d89eeb0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ Authors@R: c( | |
person("Yangzhuoran", "Yang", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1232-8017")), | ||
person("Ziping", "Zhao", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-8668-6263")) | ||
) | ||
Description: Methods for estimating online Robust Reduced-Rank Regression. | ||
The Gaussian Maximum Likelihood Estimation method is described in Johansen, S. (1991) <doi:10.2307/2938278>. | ||
The Majorisation-Minimisation estimation method is partly described in Zhao, Z., & Palomar, D. P. (2017) <doi:10.1109/GlobalSIP.2017.8309093>. | ||
The description of the generic Stochastic Successive Upper-bound Minimisation method | ||
and the Sample Average Approximation can be found in Razaviyayn, M., Sanjabi, M., & Luo, Z. Q. (2016) <doi:10.1007/s10107-016-1021-7>. | ||
Description: Methods for estimating online robust reduced-rank regression. | ||
The Gaussian maximum likelihood estimation method is described in Johansen, S. (1991) <doi:10.2307/2938278>. | ||
The majorisation-minimisation estimation method is partly described in Zhao, Z., & Palomar, D. P. (2017) <doi:10.1109/GlobalSIP.2017.8309093>. | ||
The description of the generic stochastic successive upper-bound minimisation method | ||
and the sample average approximation can be found in Razaviyayn, M., Sanjabi, M., & Luo, Z. Q. (2016) <doi:10.1007/s10107-016-1021-7>. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters