Skip to content

Commit

Permalink
Update removed last chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Jan 8, 2025
1 parent b3ed961 commit 17f8567
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
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
Expand Down

0 comments on commit 17f8567

Please sign in to comment.