tests/testthat/test-collation/code.R

generate_data = function(){
  data(mtcars)
  mtcars
}

process_data = function(d){
  data.frame(x = d$mpg, y = d$cyl)
}

myplot = function(data){
  plot(y~x, data = data)
}
wlandau/parallelRemake documentation built on May 4, 2019, 8:44 a.m.