inst/test/create_life_cycle.R

library(dodo)

o <- within(data = list(), expr = {
	stages = letters
	allowed_projections = c('survive', 'age')
	lc <- new('life_cycle', stages=stages, allowed_projections = allowed_projections)

})
sakrejda/dodo documentation built on May 29, 2019, 1 p.m.