jtlovell / GENESPACE

Other
180 stars 24 forks source link

installation error #124

Closed ofedrigo closed 9 months ago

ofedrigo commented 12 months ago

I get this error message while installing:

`devtools::install_github("jtlovell/GENESPACE") Downloading GitHub repo jtlovell/GENESPACE@HEAD Skipping 1 packages not available: Biostrings ── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────── ✔ checking for file ‘/tmp/RtmpslNqYf/remotes8f8e35e1b8090/jtlovell-GENESPACE-893f902/DESCRIPTION’ ... ─ preparing ‘GENESPACE’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘GENESPACE_1.3.1.tar.gz’

Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified)

all dependencies seem to be properly installed. This is what I did:

install.packages("devtools") install.packages("BiocManager") BiocManager::install(c("Biostrings", "rtracklayer")) devtools::install_github("jtlovell/GENESPACE")

Thanks,

Olivier

jtlovell commented 11 months ago

I'm not sure - its saying you don't have a valid "Biostrings" install. Can you confirm that this is the case?