frictionlessdata / datapackage-r

An R package for working with Data Package.
https://frictionlessdata.github.io/datapackage-r/
Other
43 stars 7 forks source link

Error with dataPackage$infer #14

Closed lanec-unifesspa closed 5 years ago

lanec-unifesspa commented 6 years ago

Following the vignettes, at the first attempt to run the command jsonlite::toJSON(dataPackage$infer('csv'), pretty=TRUE), I ran into the following error message:

Error in private$getTable_() : attempt to apply non-function

This is in RStudio Version 1.1.419, running on Windows 10.

kleanthisk10 commented 6 years ago

@lanec-unifesspa yes indeed, updates of future package affected the datapackage.r and tableschema.r packages.

Can you please re-install and try again? Thank you!