R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    # setting up the reticulate python part is moved to spacy_initialize()
    # clear options
    options("spacy_initialized" = NULL)
    options("python_initialized" = NULL)
}

Try the spacyr package in your browser

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

spacyr documentation built on May 29, 2024, 4:35 a.m.