notary (version 0.1.0)

retrieve_release_signature: Retrieve the GitHub signing information for the latest release of a package

Description

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

Usage

retrieve_release_signature(repo, verbose = TRUE)

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.

Examples

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

retrieve_release_signature("ironholds/rgeolocate")
# }

Run the code above in your browser using DataCamp Workspace