frictionlessdata / datapackage-r

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

Package.load() error due to missing config.yaml #11

Closed HeidiSeibold closed 5 years ago

HeidiSeibold commented 6 years ago

I am following the instructions in the vignette, but I get an error:

> library("datapackage.r")
> dataPackage = Package.load()
Error in config::get("DEFAULT_DATA_PACKAGE_PROFILE", file = "config.yaml") : 
  Config file config.yaml not found in current working directory or parent directories

Could you add instructions on how to add the config.yaml? Thanks :smiley_cat:

kleanthisk10 commented 6 years ago

Hello, currently you have to add the config.yml and config.yaml files manually to your working directory to resolve the issue. (There is already issue #9)

HeidiSeibold commented 6 years ago

Ok, that helped :)

Thanks!

lanec-unifesspa commented 6 years ago

I can confirm the bug; moreover, the links provided in the comment are not available.

kleanthisk10 commented 6 years ago

@lanec-unifesspa the links are removed because the bug fixed, you should try re install both tableschema.r and datapackage.r libraries. thank you