diff --git a/vignettes/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd b/vignettes/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd index 3439ee90..9dcd056e 100644 --- a/vignettes/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd +++ b/vignettes/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd @@ -361,25 +361,6 @@ rix( overwrite = TRUE, project_path = path_env_stringr ) - -list.files(path = path_env_stringr, all.files = TRUE) -``` - -```{r, include = F} -library("rix") - -path_env_stringr <- file.path(tempdir(), "_env_stringr_1.4.1") - -rix( - r_ver = "4.3.1", - r_pkgs = "stringr@1.4.1", - overwrite = TRUE, - project_path = path_env_stringr -) -``` - -```{r, echo = F} -list.files(path = path_env_stringr, all.files = TRUE) ``` We can now run the code in the subshell