CoolFace
Apppublic

abhirsc/spatial-toolkit-py

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
app.R7 linesDownload Raw Back to root
1if (!requireNamespace("pkgload", quietly = TRUE)) {2  stop("The `pkgload` package is required to run the app from source.", call. = FALSE)3}4 5pkgload::load_all(".")6spatialtoolkit::run_app()7