View source: R/dnam_search_index.R
setup_sienv | R Documentation |
Set up a new virtual environment for search index construction using the basilisk package.
setup_sienv( env.name = "dnam_si_hnswlib", pkgv = c("python==3.7.1", "hnswlib==0.5.1", "pandas==1.2.2", "numpy==1.20.1", "mmh3==3.0.0", "h5py==3.2.1") )
env.name |
Name of the new virtual environment (required, "dnam_si-hnswlib") |
pkgv |
Vector of the dependencies and their versions for the new virtual environment (required, format: "packagename==versionnum"). |
New basilisk environment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.