knitr::opts_chunk$set(collapse = TRUE)
options(width = 120)

Problems

Solutions (current)

GitHub

CRAN


 

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis-CI Build Status AppVeyor Build Status

notary : Signing and Verification of R Packages

Methods

More for users:

CRAN-ish

GitHub-ish

source()-ish

More for plumbers:

The Book of R [Security]

https://ropenscilabs.github.io/r-security-practices/index.html

A gif is worth a thousand words

https://rud.is/dl/notary.gif

Usage

library(notary)
library(tidyverse)
validate_release("hrbrmstr/hrbrthemes")

validate_release("ironholds/rgeolocate")

retrieve_release_signature("hrbrmstr/ggalt")

glimpse(get_tags("hrbrmstr/hrbrthemes"))

get_tags("tidyverse/dplyr")
install_release("hrbrmstr/hrbrthemes")

# fails
install_release("ironholds/rgeolocate")

Code of Coduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



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