-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #54
Conversation
nicolerg/ssGSEA2 | ||
nicolerg/ssGSEA2, | ||
cytoscape/RCy3, | ||
plotrix/plotrix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Download plotrix
from GitHub to avoid R-CMD check
warning Requires (indirectly) orphaned package: ‘plotrix’
. CRAN has marked plotrix
as orphaned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plotrix
is a dependency for mutoss
, which is a dependency for metap
@@ -89,7 +90,9 @@ Remotes: | |||
MoTrPAC/MotrpacRatTraining6moData, | |||
MoTrPAC/MotrpacBicQC, | |||
YuLab-SMU/ggtree, | |||
nicolerg/ssGSEA2 | |||
nicolerg/ssGSEA2, | |||
cytoscape/RCy3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Download development version of RCy3
to avoid R-CMD check
error:
* deps::.: Can't install dependency RCy3 (>= 2.22.1)
* RCy3: Can't install dependency uchardet
* uchardet: Can't find package called uchardet.
Oddly, RCy3
v2.22.1 has already removed uchardet
as a dependency, and I don't get an error installing RCy3
locally, so I'm not sure why this isn't working for the GitHub Actions check. This is a temporary fix that should be reverted once the GitHub Actions check can pass.
RCy3
untilR-CMD-check
will install a version ofRCy3
that doesn't depend onuchardet
, which was removed from CRANplotrix
package from GitHub instead of CRAN to resolveR-CMD check
warning