R/zzz.R

Defines functions .onLoad

# following advice from https://rstudio.github.io/reticulate/articles/python_dependencies.html#onload-configuration
# not sure what exactly this does yet, though
.onLoad <- function(libname, pkgname) {
  reticulate::configure_environment(pkgname)
}

Try the anndata package in your browser

Any scripts or data that you put into this service are public.

anndata documentation built on March 31, 2023, 10:02 p.m.