View source: R/roadmap-reporting.R
| create_gazepoint_release_evidence | R Documentation |
Create a release evidence manifest
create_gazepoint_release_evidence(
objects = list(),
files = character(),
version = "0.2.0",
notes = character()
)
## S3 method for class 'gp3ml_release_evidence'
print(x, ...)
objects |
Named analysis objects to fingerprint. |
files |
Named file paths to checksum. |
version |
Intended future release version. |
notes |
Optional release notes. |
x |
An object returned by the corresponding gp3ml constructor, evaluator, summarizer, or validator. |
... |
Additional arguments passed to the print method. |
A gp3ml_release_evidence object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.