the very first r package written by myself





I am writing a R interface to tencent AI lab. Until now, I just finish the interface to chat robot and emotion analysis

You can install my package by running

devtools::install_github(‘suntiansheng/tencentAI’)

If you do not install devtool, you need to make sure you have installed it before run this code in your R CMD. Meanwhile you need sign up to tencent AI lab and creat a APP

I just come into contact with HTTP last week, so I am not sure about the robustness of this package


ISSUE

Didn’t use testthat because there are four errors that I can not figure out.

Did’t use version control because I did not find github pane in project option.

Related article