Skip to content

Commit

Permalink
updated for version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valentint committed Sep 24, 2023
1 parent c42ac25 commit 29908f5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ vignettes/*.html
# Temporary files created by R markdown
*.utf8.md
*.knit.md
README.Rmd

# R Environment Variables
.Renviron
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023-18-06 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 1.7-4
*
* DESCRIPTION: ISBN changed to <urn:isbn:978-3838108148>
* (mail from Kurt Hornik from 06.06.2023)
* tests/thubert.Rout.save, tlda.Rout.save, tmcd4.Rout.save, tqda.Rout.save:
* Follow up to changes in robustbase 0.99-0
*
2023-03-23 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 1.7-3
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ This is a basic example which shows you if the package is properly
installed:

``` r

library(rrcov)
#> Loading required package: robustbase
#> Scalable Robust Estimators with High Breakdown Point (version 1.7-2)
#> Scalable Robust Estimators with High Breakdown Point (version 1.7-3)
data(hbk)
(out <- CovMcd(hbk))
#>
Expand All @@ -61,14 +62,14 @@ data(hbk)
#>
#> Robust Estimate of Location:
#> X1 X2 X3 Y
#> 1.50345 1.85345 1.68276 -0.06552
#> 1.55833 1.80333 1.66000 -0.08667
#>
#> Robust Estimate of Covariance:
#> X1 X2 X3 Y
#> X1 1.56742 0.15447 0.28699 0.16560
#> X2 0.15447 1.60912 0.22130 -0.01917
#> X3 0.28699 0.22130 1.55468 -0.21853
#> Y 0.16560 -0.01917 -0.21853 0.45091
#> X1 1.58739 0.03129 0.21694 0.10748
#> X2 0.03129 1.60733 0.25612 0.02864
#> X3 0.21694 0.25612 1.47254 -0.18174
#> Y 0.10748 0.02864 -0.18174 0.44081
```

## Community guidelines
Expand Down
10 changes: 10 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
\title{News for \R Package \pkg{rrcov}}
\encoding{UTF-8}

\section{CHANGES in rrcov VERSION 1.7-4 (2023-06-22)}{
\subsection{BUG FIXES}{
\itemize{
\item DESCRIPTION: ISBN changed to <urn:isbn:978-3838108148>
(see mail from Kurt Hornik from 06.06.2023)
\item tests/thubert.Rout.save, tlda.Rout.save, tmcd4.Rout.save, tqda.Rout.save:
Follow up to changes in robustbase 0.99-0
}
}
}
\section{CHANGES in rrcov VERSION 1.7-3 (2023-05-11)}{
\subsection{NEW FEATURES}{
\itemize{
Expand Down

0 comments on commit 29908f5

Please sign in to comment.