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 4
4
# excelDataGuide
5
5
6
6
<!-- badges: start -->
7
+
7
8
<!-- badges: end -->
8
9
9
10
** excelDataGuide** is an R package designed to streamline the process of
@@ -129,13 +130,13 @@ locations:
129
130
- A24:B25
130
131
` ` `
131
132
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
133
134
validity of guides that you wrote. The schema is available in the
134
135
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).
139
140
140
141
# # Future work
141
142
You can’t perform that action at this time.
0 commit comments