notary (version 0.1.0)

install_release: Validate that the current GitHub release is GPG signed and install it if so

Description

Validate that the current GitHub release is GPG signed and install it if so

Usage

install_release(repo)

Arguments

repo

Repository address in the format username/repo

Examples

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

# fails
install_release("ironholds/rgeolocate")
# }

Run the code above in your browser using DataLab