tests/testthat.R

library(testthat)
library(mljar)

Sys.setenv(MLJAR_TOKEN="10bc57e737c2ca5516bb01ab29549978b53d83a4")
gp <- get_projects()
if (length(gp$projects)>0) {
  for (pr in gp$projects){
    delete_project(pr$hid)
  }
}
test_check("mljar")
Sys.unsetenv("MLJAR_TOKEN")

Try the mljar package in your browser

Any scripts or data that you put into this service are public.

mljar documentation built on May 2, 2019, 2:50 p.m.