File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
133134validity of guides that you wrote. The schema is available in the
134135package 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
You can’t perform that action at this time.
0 commit comments