R/zzz.R

Defines functions .onAttach

# This file is used to run code when loading the package
.onAttach <- function(libname, pkgname) {
    if (!reticulate::py_available(initialize = FALSE)) {
      packageStartupMessage(
        "Install Python from https://www.python.org/ and use `python_ready()` to enable all features."
      )
    }
  } 

Try the DeepLearningCausal package in your browser

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

DeepLearningCausal documentation built on Nov. 6, 2025, 5:08 p.m.