hms-dbmi / UpSetR

An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
https://cran.rstudio.com/web/packages/UpSetR
Other
753 stars 153 forks source link

Unused arguments error, even with example file #218

Closed AritriSanyal closed 3 years ago

AritriSanyal commented 3 years ago

The UpSetR throws up an error "Error in upset_data(data, intersect, mode = mode, encode_sets = encode_sets, : unused arguments (empty.intersections = "on", order.by = "freq")" for my data. When I tried the example provided with the package movies data, using the same code, it also shows the same error. The code worked fine last week, I tried to use the same code today, it keeps showing the same error.

I have updated both R and Rstudio in order to try to fix this, but the problem is still there