package_md5: Function to derive an md5 hash of a package in a current...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Function to derive an md5 hash of a package in a current session

Usage

1
package_md5(package)

Arguments

package

(character) Name of the package to be scanned

Value

Namespace: md5 hash or tar: md5 hash. Dependent on whether the package can be loaded out of its current Namespace (Namespace) or whether the installed binaries have to be scanned (tar) a different md5 hash is given. Namespace packages where normally loaded using library calls

Author(s)

Sebastian Wolf sebastian.wolf.sw1@roche.com

Examples

1
package_md5("testthat")

RTest documentation built on Dec. 4, 2019, 5:07 p.m.