namsor/namsor-r-sdk2

"Error: object 'PersonalApi' not found"

namsor opened this issue · 1 comments

I am trying to use the namsor package in R. I installed the package and tried to run a test example, but got an error at the following line:

api.instance <- PersonalApi$new()

The error being "Error: object 'PersonalApi' not found". I installed the package in R using:

install.packages("remotes")
remotes::install_github("namsor/namsor-r-sdk2")

Fixed via #5