PapenfussLab / StructuralVariantAnnotation

R package designed to simplify structural variant analysis
GNU General Public License v3.0
68 stars 15 forks source link

Installation fails #4

Closed lachlansimpson closed 7 years ago

lachlansimpson commented 7 years ago

What am I doing wrong wrt installation? Given the lack of installation details, I presume a standard installation from source in R is sufficient?

install.packages('/config/packages/StructuralVariantAnnotation.zip', repos = NULL, type="source") Installing package into ‘/binaries/R/3.3.1/R_libraries’ (as ‘lib’ is unspecified) Error in rawToChar(block[seq_len(ns)]) : embedded nul in string: 'PK\003\004\n\0\0\0\0\0\x95yeI\0\0\0\0\0\0\0\0\0\0\0\0#\0\t\0StructuralVariantAnnotation-master/UT\005\0\001[Y\036XPK\003\004\n\0\0\0\b\0\x95yeI\t\xb5\xc2 1\0\0\0J'

[root@head-node ~]# R CMD INSTALL /packages/StructuralVariantAnnotation.zip Error in rawToChar(block[seq_len(ns)]) : embedded nul in string: 'PK\003\004\n\0\0\0\0\0\x95yeI\0\0\0\0\0\0\0\0\0\0\0\0#\0\t\0StructuralVariantAnnotation-master/UT\005\0\001[Y\036XPK\003\004\n\0\0\0\b\0\x95yeI\t\xb5\xc2 1\0\0\0J'

Am I missing something glaringly obvious here?