-
Notifications
You must be signed in to change notification settings - Fork 1
Error installing MBatch in R (WIndows 10) #1
Comments
Given the path "R/R-3.6.1/library/prettyunits/R/prettyunits.rdb" and the message that prettyunits "is corrupt", that sounds like a local problem with your installation of R. I would try uninstalling and re-installing prettyunits and/or your full R installation. |
Hi Casasent, Error: Failed to install 'MBatch' from GitHub: |
I just noticed this was in the older MBatch release. Can you try the new one at https://github.com/MD-Anderson-Bioinformatics/BatchEffectsPackage The install process is the same, except a different path for the GitHub repo install. If you get this same error, there will be more warnings or errors in the logs somewhere. Can you please find and post them, or the complete install log? You can also choose to use the available Docker container instead, which is described in the newer package release given above. |
I can't seem to install the package with the above url. Error: Failed to install 'unknown package' from GitHub:
|
Helping will be easier if you specifically show me what you typed/ran. From above, I cannot tell what you ran. I think the problem was the string in the devtools::install_github call. Check the updated page, which should show devtools::install_github("MD-Anderson-Bioinformatics/BatchEffectsPackage/apps/MBatch") |
I copied and pasted the uri above, that is, devtool-cmd I got the following message: Error message: Error: Failed to install 'MBatch' from GitHub: |
There should be more logging with additional text. Can you please post the entire log, including your call to install_github? See the attached file for an example--the install works fine here, which strongly indicates an issue with your platform. Chances are you do not have a prerequisite installed or rJava is mis-configured. |
Hi,
I tried installing MBatch in R following the installation instructions. Th instalation failled after executing devtools::install_github("MD-Anderson-Bioinformatics/MBatch/package").
The error message was as follows:
Error: Failed to install 'MBatch' from GitHub:
lazy-load database 'C:/Users/gtu/Documents/R/R-3.6.1/library/prettyunits/R/prettyunits.rdb' is corrupt
In addition: Warning messages:
1: In paste0(" (", pretty_dt(elapsed), ")") :
restarting interrupted promise evaluation
2: In paste0(" (", pretty_dt(elapsed), ")") :
internal error -3 in R_decompress1
The system and R information is as follows:
sysname release version machine
"Windows" "10 x64" "build 18362" "x86-64"
The text was updated successfully, but these errors were encountered: