drieslab / GiottoUtils

https://drieslab.github.io/GiottoUtils/
Other
2 stars 11 forks source link

Installation Issue #37

Closed behnam-yousefi closed 9 months ago

behnam-yousefi commented 10 months ago

When I try to install

devtools::install_github('drieslab/GiottoUtils')

I get the error below

Error: object ‘assert_permutation’ is not exported by 'namespace:checkmate'

the version of my checkmate is 2.1.0.

P.S. I am actually trying to install

devtools::install_github("drieslab/Giotto@suite")

and I get the error related to GiottoUtils.

ERROR: dependency ‘GiottoUtils’ is not available for package ‘GiottoClass’
RubD commented 10 months ago

@jiajic do we need to specify the minimum checkmate version?

jiajic commented 10 months ago

Hi, sorry for the late reply. I'm working on a set of updates that should fix this issue.

jiajic commented 9 months ago

This should be fixed now. Thank you for reporting.