Skip to content

Commit

Permalink
fix: set eval=FALSE for vignette on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Jul 20, 2023
1 parent fc16321 commit 502dcfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/DQAstats2SHIPdataset.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
if (.Platform$OS.type == "windows") {
# due to corrupt rds-file from dataquieR package
knitr::opts_chunk$set(eval = FALSE)
}
library(magrittr)
```

Expand Down

0 comments on commit 502dcfb

Please sign in to comment.