Skip to content

Commit

Permalink
Update chen_vignette.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Jul 16, 2024
1 parent cc14da1 commit 4e04c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/chen_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ knitr::opts_chunk$set(eval = TRUE)
```{r import_packages}
# install python dependency
env_name <- "r-reticulate"
# reticulate::py_install("hummuspy", envname = env_name, method="auto")
reticulate::use_condaenv(envname, required = TRUE)
reticulate::py_install("hummuspy", envname = env_name, method="auto")
hummuspy <- reticulate::import("hummuspy")
library(HuMMuS)
```
Expand Down

0 comments on commit 4e04c14

Please sign in to comment.