R/install_PyChest.R

Defines functions install_PyChest

Documented in install_PyChest

#' install_PyChest
#'
#' Initializes the package and installs/updates PyChest into the local reticulate-Python environment
#'
#' @return No return value, called to install the PyChest Package
#'
#' @export
install_PyChest <- function() {
  reticulate::py_install("cython")
  reticulate::py_install("PyChest", pip=TRUE)
}

Try the RChest package in your browser

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

RChest documentation built on Feb. 13, 2021, 5:06 p.m.