ShixiangWang / sigminer

🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html
https://shixiangwang.github.io/sigminer/
Other
144 stars 18 forks source link

fix: changed hardcoded 'multisession' to `set_future_strategy` ... #426

Closed selkamand closed 1 year ago

selkamand commented 1 year ago

... which selects future strategy based on version of future installed

Fixes warnings described in #425

ShixiangWang commented 1 year ago

@selkamand Thanks.