You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,9 @@ locations:
101
101
We provide a json schema for the data guide, allowing you to check the validity of
102
102
guides that you wrote. The schema is available in the package as
103
103
`system.file("extdata", "excelguide_schema.json", package = "excelDataGuide")`. To
104
-
check its validity against the schema you can use the [Polyglottal JSON Schema Validator](https://www.npmjs.com/package/pajv).
104
+
check its validity against the schema you can use the [Polyglottal JSON Schema Validator](https://www.npmjs.com/package/pajv). More details can be found in the vignette (to be done, see below).
105
105
106
106
## Future work
107
107
108
-
We want to provide guide and template structures for data types without upper size limit, typically time series with no pre-determined length.
108
+
- Complete the vignette ([issue](https://github.com/SystemsBioinformatics/excelDataGuide/issues/2))
109
+
- Provide guide and template structures for data types without upper size limit, typically time series with no pre-determined length ([issue](https://github.com/SystemsBioinformatics/excelDataGuide/issues/1)).
0 commit comments