Skip to content

Commit

Permalink
Load epitrix & sodium only in the relevant child doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Mar 21, 2024
1 parent f2b3c6e commit fa7be6b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## _i2extras_

```{r lockfile-rt, include = FALSE, message = FALSE}
renv::use("[email protected]")
renv::use(
"[email protected]",
"[email protected]",
"[email protected]" # requires the libsodium system dependency
)
```

```{r rt-load-pkg}
Expand Down

0 comments on commit fa7be6b

Please sign in to comment.