我使用translatoR包中的翻译器()。 我从文档中运行示例代码并得到错误。
我的代码:
translate (dataset = NULL,
content.field = NULL,
content.vec = 'Hi',
google.api.key = NULL,
microsoft.client.id = my.microsoft.client.id,
microsoft.client.secret = my.microsoft.client.secret,
source.lang = 'no',
target.lang = 'de')
错误:
Error in fromJSON (postForm ("https://datamarket.accesscontrol.windows.net/v2/OAuth2-13",:
an error in assessing the argument 'content' when choosing a method for function 'fromJSON': Error in function (type, msg, asError = TRUE):
error: 1411809D: SSL routines: SSL_CHECK_SERVERHELLO_TLSEXT: tls invalid ecpointformat list
我在互联网上发现了许多相同的问题,但没有人收到回复。
可能导致错误的原因是什么? 我使用示例中的标准代码。也许我的问题在于配置Rstudio?
我是初学者。请帮帮我
答案 0 :(得分:-1)
文档包'translateR'显示它需要导入:RJSONIO,RCurl,textcat,parallel,httr。我确认RJSONIO就是答案。