*** unboxed _build/deps-source/R-libs/ 2023-04-18 wedge_out_base_dir=/home/build/wedge/oils-for-unix.org/pkg Loading _build/deps-source/R-libs/ OK name: R-libs -- single version: 2023-04-18 -- WEDGE_LEAKY_BUILD wedge-make () { echo 'No make step' } OK wedge-make wedge-install () { local build_dir=$1; local install_dir=$2; echo; echo '*** INFO: Rscript --version ***'; echo; Rscript --version; echo; if false; then INSTALL_DEST=$install_dir Rscript -e 'install.packages(c("devtools"), lib=Sys.getenv("INSTALL_DEST"), repos="https://cloud.r-project.org")'; fi; if true; then INSTALL_DEST=$install_dir Rscript -e 'install.packages(c("rlang", "dplyr", "tidyr", "stringr", "RUnit"), lib=Sys.getenv("INSTALL_DEST"), repos="https://cloud.r-project.org")'; fi } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/R-libs/ SRC /home/build/oils/_build/deps-source/R-libs/R-libs-2023-04-18 ~/oils/_build/wedge/tmp/R-libs-2023-04-18 ~/oils No make step ~/oils Loading _build/deps-source/R-libs/ OK name: R-libs -- single version: 2023-04-18 -- WEDGE_LEAKY_BUILD wedge-make () { echo 'No make step' } OK wedge-make wedge-install () { local build_dir=$1; local install_dir=$2; echo; echo '*** INFO: Rscript --version ***'; echo; Rscript --version; echo; if false; then INSTALL_DEST=$install_dir Rscript -e 'install.packages(c("devtools"), lib=Sys.getenv("INSTALL_DEST"), repos="https://cloud.r-project.org")'; fi; if true; then INSTALL_DEST=$install_dir Rscript -e 'install.packages(c("rlang", "dplyr", "tidyr", "stringr", "RUnit"), lib=Sys.getenv("INSTALL_DEST"), repos="https://cloud.r-project.org")'; fi } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/R-libs/ *** INFO: Rscript --version *** _build/deps-source/R-libs//WEDGE: line 38: Rscript: command not found