Skip to content

Commit

Permalink
Set purl to FALSE to avoid R CMD build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Apr 25, 2024
1 parent f9fafe9 commit 59567f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/linelist.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Again, we observe a warning as before due to the loss of tagged variables in the
operation. This behaviour can be silenced if needed, or could be changed to
issue an error (for stronger pipelines for instance):

```{r error = TRUE}
```{r error = TRUE, purl = FALSE}
# hybrid selection
x %>%
select(1:2, has_tag("gender"))
Expand Down

0 comments on commit 59567f5

Please sign in to comment.