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 March 26, 2020, 5:25 p.m.