You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@federicomarini@jharenza
It seems annoFuse imports tidyr::one_of() which was only added to tidyr1.02 or later but we have tidyr0.8.3 in openpbta docker so I was trying to update the version but without luck.
I think changing the @importFrom to dplyr::one_of() fixed the issue while loading annoFuse in openPBTA docker
Add Session info
Run sessionInfo() and post the output below
The text was updated successfully, but these errors were encountered:
Provide the command used or report the bug here
What version are you using?
Add error message here (if applicable)
@federicomarini @jharenza
It seems annoFuse imports tidyr::one_of() which was only added to tidyr1.02 or later but we have tidyr0.8.3 in openpbta docker so I was trying to update the version but without luck.
I think changing the @importFrom to dplyr::one_of() fixed the issue while loading annoFuse in openPBTA docker
Add Session info
Run
sessionInfo()
and post the output belowThe text was updated successfully, but these errors were encountered: