sqlmlutils/R/buildandinstall.cmd

7 строки
148 B
Batchfile

pushd .
cd ..
R -e "install.packages('RODBCext', repos='https://cran.microsoft.com')"
R CMD INSTALL --build R
mv sqlmlutils_*.zip R/dist
popd