stianlagstad / chimeraviz

chimeraviz is an R package that automates the creation of chimeric RNA visualizations.
37 stars 14 forks source link

Dependency on deprecated ArgumentCheck CRAN package #93

Closed matdoering closed 2 years ago

matdoering commented 3 years ago

ArgumentCheck has been deprecated, which means that chimeraviz cannot be installed using BiocManager anymore:

https://cran.rstudio.com/web/packages/ArgumentCheck/index.html

Migration instructions are available here: https://github.com/cran/ArgumentCheck

stianlagstad commented 3 years ago

Thanks for the notification, @matdoering ! The author of ArgumentCheck was kind enough to notify me about this here, and I changed chimeraviz to use another package as a replacement here. Version 1.17.2 of chimeraviz (and newer) is using checkmate instead of argumentcheck.

Which version of chimeraviz did you attempt to install?