You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing dependencies, command-line installation fails on OSX High Sierra with the .zip file Sourceforge provides:
$ R CMD INSTALL poRe_0.24.zip
Error in rawToChar(block[seq_len(ns)]) :
embedded nul in string: 'PK\003\004\n\0\0\0\0\0\xa8M\xa2J\0\0\0\0\0\0\0\0\0\0\0\0\005\0\034\0poRe/UT\t\0\003\033G\bY\x89H\bYux\v\0\001\004\xe7)\t\0\004ő\030\0PK\003\004\n\0\0\0\0\0\xa7M\xa2J\0\0\0\0\0\0\0\0\0\0\0\0\a\0\034\0poRe/R/'
This is fixable (with a warning) by uncompressing, and creating a .tar.gz file from the result:
$ unzip poRe_0.24.zip
$ R CMD INSTALL poRe_0.24.tar.gz
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2017c.1.0/zoneinfo/Europe/London'
* installing to library ‘/Users/lpritc/Library/R/3.4/library’
* installing *binary* package ‘poRe’ ...
* DONE (poRe)
The text was updated successfully, but these errors were encountered:
After installing dependencies, command-line installation fails on OSX High Sierra with the
.zip
file Sourceforge provides:This is fixable (with a warning) by uncompressing, and creating a
.tar.gz
file from the result:The text was updated successfully, but these errors were encountered: