Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.