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 a3a94f4 commit 13f3548
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 13f3548

Please sign in to comment.