Skip to content

Commit

Permalink
Replaced raster graphics in vignettes with vector graphics.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-imbi committed Oct 18, 2023
1 parent 704c53c commit 546b9c5
Show file tree
Hide file tree
Showing 6 changed files with 939 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: adestr
Type: Package
Title: Estimation in Optimal Adaptive Two-Stage Designs
Version: 0.5.0
Version: 0.5.1
Authors@R:c(person("Jan", "Meis", role = c("aut", "cre"), email = "meis@imbi.uni-heidelberg.de", comment = c(ORCID = "0000-0001-5407-7220")),
person("Martin", "Maechler", role = c("cph"), email = "maechler@stat.math.ethz.ch", comment = c(ORCID = "0000-0002-8685-9910", "Original author of monoSpl.c (from the 'stats' package).")))
Description:
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,3 +1,7 @@
# adestr 0.5.1

* Replaced raster graphics in vignettes with vector graphics.

# adestr 0.5.0

* First CRAN submission.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -61,7 +61,7 @@ library(adestr)

Then, you can evaluate the performance of an estimator like this:

```{r}
```{r, fig.width=7.2, fig.height=4, dev="svg"}
evaluate_estimator(
score = MSE(),
estimator = SampleMean(),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ evaluate_estimator(
plot()
```

<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-4-1.svg" width="100%" />

You can analyze a dataset like this:

Expand Down

0 comments on commit 546b9c5

Please sign in to comment.