tests/lib/2-wrongMain/params.R

# -----
# rocto
# -----

# This file defines the parameters over which the rocto job will iterate.
# Make sure that the parameters you define here, and their values, are used 
# in the main() function of main.R.

# Parameters
param1 <- c(0,1,2)
param2 <- c(-10,3,100)

# Test parameters
testParams <- list(
  param1 = 1,
  param2 = 100
)
ROctopus/rocto-rpackage documentation built on May 23, 2019, 10:35 p.m.