Skip to contents

This function retrieves the remote SHA (Secure Hash Algorithm) reference for one or more specified R packages. It is useful for tracking the exact version of a package's source code.

Usage

Package_RemoteSha(...)

Arguments

...

character. Names of one or more R packages for which to retrieve the remote SHA.

Value

A named character vector where names are the package names and values are the corresponding remote SHAs.

Examples

Package_RemoteSha(IASDT.R, devtools)
#>  IASDT.R devtools 
#>       NA  "2.4.5"