R/install_stiltread.r

Defines functions install_stiltread

Documented in install_stiltread

#' Install stiltread dependencies
#' @author Ben Fasoli
#'
#' Run after installing stiltread to set up dependencies on system
#'
#' @export

install_stiltread <- function() {
  reticulate::py_install('wrf-python')
}
benfasoli/stiltread documentation built on Feb. 21, 2025, 10:44 a.m.