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
I'm getting a failure to install the package. This seems to be related to the error message that your goldmine package gives related to a conflict between IRanges and data.table. Which then causes a failure.
Error: package or namespace load failed for ‘goldmine’:
(converted from warning) replacing previous import ‘IRanges::shift’ by ‘data.table::shift’ when loading ‘goldmine’
Error: package ‘goldmine’ could not be loaded
Execution halted
ERROR: lazy loading failed for package ‘methylaction’
* removing ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/methylaction’
Error: Failed to install 'methylaction' from GitHub:
(converted from warning) installation of package ‘/var/folders/68/jm_n_lvx5q79bdkjj16lnxfw0000gr/T//RtmpUoJ4ez/file12a7befcc38/methylaction_2.0.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered:
I have got round this by installing from a local library, as the blocking issue is in install_github turning the warning into an error. It would be good for it to be fixed directly though.
Hi,
I'm getting a failure to install the package. This seems to be related to the error message that your goldmine package gives related to a conflict between IRanges and data.table. Which then causes a failure.
The text was updated successfully, but these errors were encountered: