Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.12.3 #537

Merged
merged 3 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading