tests/testthat/projects/two_mounted_engines_with_utility/engine2/config/engines.R

engine("base", type = "local",
       path = system.file(file.path("engines", "base.sy"), package = "syberia"),
       mount = TRUE)

engine("utility2", type = "local", path =
       normalizePath(file.path(root(), "..", "utility2")), mount = FALSE)
robertzk/syberia documentation built on May 27, 2019, 11:37 a.m.