source_safe_sign: Source a file with verification

View source: R/source-safe.R

source_safe_signR Documentation

Source a file with verification

Description

Source a file with verification

Usage

source_safe_sign(file, ..., pubkey = NULL, verbose = FALSE)

sys_source_safe_sign(file, ..., pubkey = NULL, verbose = FALSE)

Arguments

file

The file to source. Can be a path, file:// or https:// URL

...

Additional parameters passed through to source or sys.source.

pubkey

Public key (filename or contents)

verbose

Be verbose when downloading files?


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