Use testthat on complex functions

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.