Skip to content

'unzip' must be a single character string when calling install_github #406

@tpoisot

Description

@tpoisot

Using devtools 1.4.1, R 3.0.2, my sessionInfo() is below:

When I try to install any package using install_github, this is the error I get:

> library(devtools)
in> install_github("tpoisot/betalink")
Installing github repo betalink/master from tpoisot
Downloading betalink.zip from https://github.com/tpoisot/betalink/archive/master.zip
Installing package from /tmp/Rtmpn1eyp2/betalink.zip
Erreur dans unzip(src, exdir = target, unzip = getOption("unzip")) : 
  'unzip' must be a single character string

Session info:

> sessionInfo()
R version 3.0.2 (2013-09-25)
Platform: i686-pc-linux-gnu (32-bit)

locale:
 [1] LC_CTYPE=fr_FR.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=fr_FR.UTF-8        LC_COLLATE=fr_FR.UTF-8    
 [5] LC_MONETARY=fr_FR.UTF-8    LC_MESSAGES=fr_FR.UTF-8   
 [7] LC_PAPER=fr_FR.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] devtools_1.4.1

loaded via a namespace (and not attached):
[1] digest_0.6.4   evaluate_0.5.1 httr_0.2       memoise_0.1    parallel_3.0.2
[6] RCurl_1.95-4.1 stringr_0.6.2  tools_3.0.2    whisker_0.3-2 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions