retrieve_release_signature: Retrieve the GitHub signing information for the latest...

View source: R/get-signature.R

retrieve_release_signatureR Documentation

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

retrieve_release_signature("hrbrmstr/hrbrthemes")

retrieve_release_signature("ironholds/rgeolocate")

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