We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4fac0 commit 1c549a4Copy full SHA for 1c549a4
1 file changed
vignettes/create_ti_method_definition.Rmd
@@ -68,7 +68,7 @@ knitr::asis_output(paste0("```r\n", run_r_string, "\n```"))
68
69
Make sure this script is executable!
70
71
-```{bash, eval=NOT_CRAN && NOT_TRAVIS}
+```{bash, eval=NOT_CRAN && NOT_TRAVIS && .Platform$OS.type != "windows"}
72
chmod +x run.R
73
```
74
0 commit comments