Skip to content

Commit 0d1360a

Browse files
committed
Deploying to gh-pages from @ 885bc3f 🚀
1 parent 010e108 commit 0d1360a

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
writing_templates_and_data_guides: writing_templates_and_data_guides.html
6-
last_built: 2026-02-28T15:58Z
6+
last_built: 2026-03-01T08:33Z
77
urls:
88
reference: https://systemsbioinformatics.github.io/excelDataGuide/reference
99
article: https://systemsbioinformatics.github.io/excelDataGuide/articles

reference/read_guide.html

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/read_guide.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ please see the vignettes.
88
## Usage
99

1010
``` r
11-
read_guide(path)
11+
read_guide(path, verify_hash = FALSE)
1212
```
1313

1414
## Arguments
@@ -17,6 +17,15 @@ read_guide(path)
1717

1818
The path to the guide file
1919

20+
- verify_hash:
21+
22+
If `TRUE`, checks that the guide file contains a `cue.verified` field
23+
with a valid SHA256 hash, confirming it was signed by
24+
`validate_and_sign.sh` after successful CUE validation. Issues a
25+
warning when the field is absent; aborts when the field is present but
26+
malformed. Does not recompute the hash (use `verify_guide.sh` in
27+
`data-raw/` for full hash verification). Defaults to `FALSE`.
28+
2029
## Value
2130

2231
A list object with the guide data

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)