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

Installation error #5

Open
widdowquinn opened this issue Nov 15, 2017 · 0 comments
Open

Installation error #5

widdowquinn opened this issue Nov 15, 2017 · 0 comments

Comments

@widdowquinn
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant