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 in creating data package + inferring schema #9

Closed serahkiburu closed 5 years ago

serahkiburu commented 6 years ago

Hi @kleanthisk10 , I get the following errors:

I get

Error in config::get("DEFAULT_MISSING_VALUES") : 
  Config file config.yml not found in current working directory or parent directories

I get

Error in config::get("DEFAULT_MISSING_VALUES") : 
  Config file config.yml not found in current working directory or parent directories

I have to manually add the config.yml and config.yaml files manually to my working directory to resolve the issue.

kleanthisk10 commented 6 years ago

Hello @serahrono can you please re-install both datapackage.r and tableschema.r and try again? I think i fixed this issue.