Thank you for all of your answers. Michaels solution works fine for me.
I had to merge a list of data.frames. Used the solution in this thread here:
https://stackoverflow.com/questions/8091303/simultaneously-merge-multiple-data-frames-in-a-list
Am 12.09.19 um 13:05 schrieb Michael Lawrence via
Dear all,
I am developing a Bioconductor package and have a problem with two
methods which have the same name. I am using the reduce() function from
the R packages GenomicRanges and purrr. All methods from other packages
are imported with @importFrom in all of my functions.
During devtools: