diff --git a/DESCRIPTION b/DESCRIPTION index 7787dd10e..62e597123 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "patilindrajeet.science@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")), diff --git a/NEWS.md b/NEWS.md index f43967b8e..50bb72db6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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, diff --git a/cran-comments.md b/cran-comments.md index ef632d1cb..2c30d1287 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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. diff --git a/vignettes/overview_of_vignettes.Rmd b/vignettes/overview_of_vignettes.Rmd index 9a6afc976..033234607 100644 --- a/vignettes/overview_of_vignettes.Rmd +++ b/vignettes/overview_of_vignettes.Rmd @@ -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}