YevhenAkimov / DEBRA

DEBRA - DESeq-based Barcode Representation Analysis
2 stars 0 forks source link

Install fails in R 4.1 #3

Open k-roy opened 3 years ago

k-roy commented 3 years ago

The installation appears to fail due to DESeq no longer being available post R 3.6. See error message below.

Is there any way to remove the DESeq dependency so that this package can function with DESeq2 in R 4.1?

The downloaded source packages are in ‘/private/var/folders/h5/t4j9ydm55gs80xw373bq4__r0000gn/T/RtmpL6s2Hb/downloaded_packages’ checking for file ‘/private/var/folders/h5/t4j9ydm55gs80xw373bq4r0000gn/T/RtmpL6s2Hb/remotes15cce28e65d40/YevhenAkimov-DEBRA-89111✔ checking for file ‘/private/var/folders/h5/t4j9ydm55gs80xw373bq4r0000gn/T/RtmpL6s2Hb/remotes15cce28e65d40/YevhenAkimov-DEBRA-89111ab/DESCRIPTION’ ─ preparing ‘DEBRA’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘DEBRA_0.0.0.9000.tar.gz’

ERROR: dependency ‘DESeq’ is not available for package ‘DEBRA’

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages 2: In i.p(...) : installation of package ‘/var/folders/h5/t4j9ydm55gs80xw373bq4__r0000gn/T//RtmpL6s2Hb/file15cce33129a6e/DEBRA_0.0.0.9000.tar.gz’ had non-zero exit status

library(DEBRA) Error in library(DEBRA) : there is no package called ‘DEBRA’

YevhenAkimov commented 3 years ago

Hi, this is because DESeq1 package is not maintained anymore. Please try the version with the DESeq1 option removed: https://github.com/YevhenAkimov/DEBRA_1.01

Best, Yevhen