Skip to content

Commit 4258dd3

Browse files
committed
update md
1 parent 15b4f15 commit 4258dd3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# excelDataGuide
55

66
<!-- badges: start -->
7+
78
<!-- badges: end -->
89

910
**excelDataGuide** is an R package designed to streamline the process of
@@ -129,13 +130,13 @@ locations:
129130
- A24:B25
130131
```
131132
132-
We provide a json schema for the data guide, allowing you to check the
133+
We provide a cue schema for the data guide, allowing you to check the
133134
validity of guides that you wrote. The schema is available in the
134135
package as
135-
`system.file("extdata", "excelguide_schema.json", package = "excelDataGuide")`.
136-
To check its validity against the schema you can use the [Polyglottal
137-
JSON Schema Validator](https://www.npmjs.com/package/pajv). More details
138-
can be found in the vignette (to be done, see below).
136+
`system.file("extdata", "excelguide_schema.cue", package = "excelDataGuide")`.
137+
To check its validity against the schema you can use the
138+
[CUE](https://cuelang.org/docs/) validator. More details can be found in
139+
the vignette (to be done, see below).
139140

140141
## Future work
141142

0 commit comments

Comments
 (0)