validate_release: Validate that the current GitHub release is GPG signed

View source: R/validate-release.R

validate_releaseR Documentation

Validate that the current GitHub release is GPG signed

Description

Check that the latest release of the package at username/repo has been signed.

Usage

validate_release(repo, verbose = TRUE)

## S3 method for class 'notify_verify'
print(x, ...)

Arguments

repo

Repository address in the format username/repo

verbose

if TRUE then a message will be returned with information about the signer of the package.

x

a notify_verify object

...

unused

Examples

validate_release("hrbrmstr/hrbrthemes")

validate_release("ironholds/rgeolocate")

ropenscilabs/notary documentation built on May 20, 2022, 11:58 a.m.