R/later_install_scipy.R

Defines functions install_scipy

#' Install 'SciPy' Python Module
#' 
#' 
#' @keywords internal
#' @noRd
install_scipy <- function(method = "auto", conda = "auto") {
  # reticulate::py_install("scipy", method = method, conda = conda)
  return(1)
}

Try the maotai package in your browser

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

maotai documentation built on March 31, 2023, 6:48 p.m.