frictionlessdata / datapackage-r

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

test misspecified? #22

Closed reikoch closed 4 years ago

reikoch commented 4 years ago

Overview

For me test 'mixed' from test-package.R fails with:

Error in value[[3L]](cond) :
Not resolved Pointer URI "#/dialects/main" for resource[[dialect]]

Is maybe data-resource-dereference.json containing not the right thing?

{
"name": "name",
"data": "data",
"schema": "table-schema.json",
"dialect": "#/dialects/main",
"dialects": {
    "main": {"delimiter": ","}
}

}


Please preserve this line to notify @kleanthisk10 (lead of this repository)

kleanthisk10 commented 4 years ago

Can you provide more details with your session info? You could try reinstalling the package using

devtools::install_github("frictionlessdata/datapackage-r")
reikoch commented 4 years ago

Yes, this works now