notary (version 0.1.0)

source_safe_sign: 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?