marcomilanesi / BITE

BITE: BioInformatics tools for everyone
19 stars 9 forks source link

installation failed #12

Open dongyiyi opened 3 months ago

dongyiyi commented 3 months ago

Hi Marco

Thank you for developing this useful tool! I am trying to install the recent BITE version you updated last month, following your instructions. But R always returns this error below:

devtools::install_local("BITEV2_2.1.0.tar.gz")

Error : Could not copy BITEV2_2.1.0.tar.gz to /tmp/RtmpE6EJQQ/file19ed875c861bb In addition: Warning message: In normalizePath(path) : path[1]="BITEV2_2.1.0.tar.gz": No such file or directory

Or local installation:

It returned "had non-zero exit status" even though I replaced the parameter type ="source" with "binary".

I also tested the installation on Linux, Mac, and Windows systems with the same errors. Do you have any ideas why this error pops up?

Thanks!

dongyiyi commented 3 months ago

Updates:

R version = 4.2, Local Installation Successful, using this command: R CMD INSTALL BITEV2_2.1.2.tar.gz

marcomilanesi commented 3 months ago

Dear, try to update the version of R. This could be the reason of the installation failing. Please let us know if this fix the problem.