Entering edit mode
Radhouane Aniba
▴
240
@radhouane-aniba-4409
Last seen 8.5 years ago
Hello
I am having same issues installing GenomicAlignments and I am not sure whether it is a bug or it is a problem with the package ?
I get this error when I try to install it
http://pastebin.com/raw/KLthv7uM
Any ideas ?
Thanks
Not sure what the problem is. Can you post your
sessionInfo()
? Also, is it an option for you to upgrade to R-3.3.0 and Bioconductor 3.3? It may not solve this problem but it is recommended.Actually, it didnt want to install on a custom directory, but did install on the personal lib one, which is a bit strange to me
my sessioninfo
You probably have some version mismatch between S4Vectors, IRanges, and GenomicAlignments. For us to tell we would need to see the output of your
sessionInfo()
after you've loaded the IRanges package withlibrary(IRanges)
. Installing R 3.3 and BioC 3.3 from scratch as Dan suggested would solve these issues and is highly recommended anyway since the version of BioC you're using (BioC 3.2) is no more supported.H.
Probably that means the existing package directory was created by an admin user and was not writable by the user you are running R as.