Hello !
I'm trying to build a Bioconductor package, and i need to use unit tests. Though, my functions return complex outputs, as lists containing multiple types of items. The input can be two dataframes, or lists returned by some functions. How can i test that these lists are equivalent to output expected with given inputs using testhat ?
I already read documentations and did some researches but couldn't find an answer.