зеркало из https://github.com/microsoft/SynapseML.git
10 строки
293 B
R
10 строки
293 B
R
if (!require("sparklyr")) {
|
|
packages.install("sparklyr")
|
|
library("sparklyr")
|
|
}
|
|
|
|
spark_install_tar(paste(getwd(), "/../../../../../../spark-3.4.1-bin-hadoop3.tgz", sep = ""))
|
|
|
|
options("testthat.output_file" = "../../../../r-test-results.xml")
|
|
devtools::test(reporter = JunitReporter$new())
|