Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WORKAROUND: unzip may be set to "" on some Linux systems #57

Merged
merged 1 commit into from Apr 8, 2017
Merged

WORKAROUND: unzip may be set to "" on some Linux systems #57

merged 1 commit into from Apr 8, 2017

Commits on Apr 8, 2017

  1. WORKAROUND: unzip may be set to "" on some Linux systems, which cause

    remotes::install_remote() to generate an obscure error message:
    
    Error in system_check(unzip, args) :
      Command  failed sh: : command not found
    
    Since "internal" unzip always, work this patch makes sure that is
    used also when unzip is "".
    
    See https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17255 for
    more details on why unzip may become "".
    HenrikBengtsson committed Apr 8, 2017
    Copy the full SHA
    597ab2a View commit details
    Browse the repository at this point in the history