get.pdb: System call to gunzip.

Issue #302 resolved
Shashank Jariwala created an issue

System call to gunzip may cause problem on Windows systems. Catch .Platform or Sys.info().

Comments (3)

  1. Xinqiu Yao

    Is this an issue already resolved? I saw following lines in get.pdb.R:

    if(.Platform$OS.type=="windows")
      gzip <- FALSE
    
  2. Log in to comment