Dear support staff,
I have been trying to install CRISPRseek. I've tried it on several systems, using the commands specified on the Bioconductor page. There always seems to be packages that are not installed correctly (non-zero exit status), including CRISPRseek.
Below is the session info for the location I would like to install the package to:
> sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux Server 7.4 (Maipo)
Matrix products: default
BLAS/LAPACK: /ssoft/spack/external/intel/2018.2/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64_lin/libmkl_intel_lp64.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.0
Bioconductor looks like it's installed correctly and the packages that are there are valid:
> library(BiocInstaller)
Bioconductor version 3.7 (BiocInstaller 1.30.0), ?biocLite for help
> biocValid()
[1] TRUE
However, CRISPRseek is absent:
> library(CRISPRseek)
Error in library(CRISPRseek) : there is no package called ‘CRISPRseek’
I've also tried using install.packages:
> install.packages("CRISPRseek")
Installing package into ‘/home/ldumas/R/x86_64-pc-linux-gnu-library/3.5’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Secure CRAN mirrors
...
Selection: 55
Warning message:
package ‘CRISPRseek’ is not available (for R version 3.5.0)
I'm not sure how to proceed, any help would be appreciated!
Thank you,
Louis Dumas