Skip to content

Commit

Permalink
Release 0.12.3 (#537)
Browse files Browse the repository at this point in the history
* description, news

* cran comments

* cleanup vignette
  • Loading branch information
etiennebacher authored Sep 2, 2024
1 parent 467e2f1 commit 0ad0533
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 0.12.2.1
Version: 0.12.3
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CHANGES

* `demean()` (and `degroup()`) now also work for nested designs, if argument
`nested = TRUE` and `by` specifies more than one variable.
`nested = TRUE` and `by` specifies more than one variable (#533).

* Vignettes are no longer provided in the package, they are now only available
on the website. There is only one "Overview" vignette available in the package,
Expand Down
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ We checked 18 reverse dependencies, comparing R CMD check results across CRAN an

## Other comments

This is another patch release that should fix a failure when building vignettes.
This only happens on macOS with R 4.3. We tried to reproduce this locally and in
CI with the same setup, but we couldn't. Hence, we removed an optional dependency
that might have been the problem.
This is a patch release that should (hopefully) fix a failure occurring on macOS
when building vignettes. This only happens on macOS with R 4.3. We tried to
reproduce this locally and in CI with the same setup, but we couldn't. Hence, we
removed all vignettes (except for one "Overview"), they are now only available
on the website.
7 changes: 2 additions & 5 deletions vignettes/overview_of_vignettes.Rmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
title: "Overview of Vignettes"
output:
rmarkdown::html_vignette:
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Overview of Vignettes}
\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
%\VignetteEncoding{UTF-8}
---

```{r message=FALSE, warning=FALSE, include=FALSE}
Expand Down

0 comments on commit 0ad0533

Please sign in to comment.