rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

Error when running example code. #106

Closed BillyBonaros closed 4 years ago

BillyBonaros commented 4 years ago

I'm trying to run the example but I get these errors:

Error: object 'Application' not found Error: object 'BackendRserve' not found

Then I saw that in the library there is no Application and BackendRserve function. I have installed it both with GitHub link and from remotes::install_github("rexyai/RestRserve") but i get the same errors.

artemklevtsov commented 4 years ago

Try dev branch.

artemklevtsov commented 4 years ago

Duplicate #103.

dselivanov commented 4 years ago

@BillyBonaros try remotes::install_github("rexyai/RestRserve@dev")

BillyBonaros commented 4 years ago

@dselivanov Thanks!