Skip to content

Commit d917605

Browse files
committed
Fixing minor things before CRAN submission...
1 parent 304d2a1 commit d917605

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

Diff for: .Rbuildignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
^R_buildignore$
1010
^data-raw$
1111
^papers$
12-
^vignettes$
1312
^vignettes/CovarianceEstimationHeavyTail_cache$
1413
^vignettes/CovarianceEstimationHeavyTail_files$
1514
^vignettes/old-versions$
1615
^vignettes/CovarianceEstimationHeavyTail\.Rmd$
1716
^vignettes/CovarianceEstimationHeavyTail-html_vignette\.html$
17+
^vignettes/lala\.RData$
1818
^vignettes/apalike\.csl$
1919
^vignettes/refs\.bib$
2020
^vignettes/preamble\.tex$

Diff for: R_buildignore/developer_commands.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ devtools::build()
3939
#devtools::revdep(pkg = "fitHeavyTail") # to check reverse dependencies
4040
#devtools::check_win_release() #to check under windows
4141
#R CMD build . # this is to generate tarball
42-
#R CMD check fitHeavyTail_0.1.4.tar.gz --as-cran --run-donttest # this is before submission to CRAN
43-
#R CMD install fitHeavyTail_0.1.4.tar.gz
42+
#R CMD check fitHeavyTail_0.2.0.tar.gz --as-cran --run-donttest # this is before submission to CRAN
43+
#R CMD install fitHeavyTail_0.2.0.tar.gz
4444
#submit the tarball directly via the webform: https://cran.r-project.org/submit.html

Diff for: cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ There were no ERRORs or WARNINGs.
1212

1313
## Reverse dependencies
1414

15-
There are currently no reverse dependencies for this package.
15+
Package highOrderPortfolios: works fine.

Diff for: inst/CITATION

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
citHeader("To cite 'fitHeavyTail' in publications, please use:")
22

3-
citEntry(entry = "Manual",
3+
bibentry(entry = "Manual",
44
title = "{fitHeavyTail: Mean and Covariance Matrix Estimation under Heavy Tails}",
5-
author = personList(as.person("D. P. Palomar"),
6-
as.person("R. Zhou"),
7-
as.person("X. Wang"),
8-
as.person("F. Pascal"),
9-
as.person("E. Ollila")),
5+
author = c(as.person("D. P. Palomar"),
6+
as.person("R. Zhou"),
7+
as.person("X. Wang"),
8+
as.person("F. Pascal"),
9+
as.person("E. Ollila")),
1010
note = "R package version 0.2.0",
1111
year = "2023",
1212
url = "https://CRAN.R-project.org/package=fitHeavyTail",
@@ -17,11 +17,11 @@ citEntry(entry = "Manual",
1717
"https://CRAN.R-project.org/package=fitHeavyTail")
1818
)
1919

20-
citEntry(entry = "Article",
20+
bibentry(entry = "Article",
2121
title = "Regularized Tyler’s scatter estimator: Existence, uniqueness, and algorithms",
22-
author = personList(as.person("Y. Sun"),
23-
as.person("P. Babu"),
24-
as.person("D. P. Palomar")),
22+
author = c(as.person("Y. Sun"),
23+
as.person("P. Babu"),
24+
as.person("D. P. Palomar")),
2525
journal = "IEEE Transactions on Signal Processing",
2626
volume = "62",
2727
number = "19",
@@ -36,11 +36,11 @@ citEntry(entry = "Article",
3636
"https://doi.org/10.1109/TSP.2014.2348944")
3737
)
3838

39-
citEntry(entry = "Article",
39+
bibentry(entry = "Article",
4040
title = "Regularized robust estimation of mean and covariance matrix under heavy-tailed distributions",
41-
author = personList(as.person("Y. Sun"),
42-
as.person("P. Babu"),
43-
as.person("D. P. Palomar")),
41+
author = c(as.person("Y. Sun"),
42+
as.person("P. Babu"),
43+
as.person("D. P. Palomar")),
4444
journal = "IEEE Transactions on Signal Processing",
4545
volume = "63",
4646
number = "12",
@@ -55,11 +55,11 @@ citEntry(entry = "Article",
5555
"https://doi.org/10.1109/TSP.2015.2417513")
5656
)
5757

58-
citEntry(entry = "Article",
58+
bibentry(entry = "Article",
5959
title = "Shrinking the Eigenvalues of M-estimators of Covariance Matrix",
60-
author = personList(as.person("E. Ollila"),
61-
as.person("D. P. Palomar"),
62-
as.person("F. Pascal")),
60+
author = c(as.person("E. Ollila"),
61+
as.person("D. P. Palomar"),
62+
as.person("F. Pascal")),
6363
journal = "IEEE Transactions on Signal Processing",
6464
volume = "69",
6565
pages = "256--269",

Diff for: man/figures/README-ellipses-1.png

-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)