scottzijiezhang / MeRIPtools

8 stars 13 forks source link

couldn't install MeRIPtools successfully #21

Open lulumagic7 opened 2 years ago

lulumagic7 commented 2 years ago

Hi,

I could not install the MeRIPtools successfully, is there anyone has same problem?

library(devtools) install_github("scottzijiezhang/MeRIPtools") Downloading GitHub repo scottzijiezhang/MeRIPtools@HEAD Skipping 7 packages not available: DESeq2, Guitar, qvalue, GenomicAlignments, rtracklayer, Rsamtools, GenomicFeatures v checking for file 'C:\Users\lulvg4\AppData\Local\Temp\Rtmpm8FjyL\remotesbda82efb5ed\scottzijiezhang-MeRIPtools-626569a/DESCRIPTION' (1.4s)

  • preparing 'MeRIPtools': (786ms) v checking DESCRIPTION meta-information ...
  • cleaning src
  • checking for LF line-endings in source and make files and shell scripts (490ms)
  • checking for empty or unneeded directories Omitted 'LazyData' from DESCRIPTION
  • building 'MeRIPtools_0.2.1.tar.gz'

ERROR: dependency 'Guitar' is not available for package 'MeRIPtools'

JeremyQuo commented 1 year ago

met the same problem today. You can install guitar as below before the meriptools

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Guitar")

lulumagic7 commented 1 year ago

Hi JeremyQuo,

Works for me, thanks so much!