notary (version 0.1.0)

validate_release: 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 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

Run this code
# NOT RUN {
validate_release("hrbrmstr/hrbrthemes")

validate_release("ironholds/rgeolocate")
# }

Run the code above in your browser using DataLab