I downloaded TRTH library for R (THAPI.ZIP) updated on Thursday, July 14, 2016 from
https://developers.refinitiv.com/en/api-catalog/datascope-select/datascope-select-soap-api/downloads
When I run in R:
install.packages("path/toTHAPI.ZIP", repos=NULL, type="win.library")
I get the error:
Error in rawToChar(block[seq_len(ns)]) :
embedded nul in string: 'PK\003\004\n\0\0\0\0\0`{D\0\0\0\0\0\0\0\0\0\0\0\0\006\0\034\0THAPI/UT\t\0\003#qS9qSux\v\0\001\004ù\001\0\0\004\024\0\0\0PK\003\004\024\0\0\0\b\0]{DæÔ\025¸õ\0\0\0c\001\0\0\021\0\034\0THAPI/'
I use R version 3.3.1 (2016-06-21) under Windows.