Learn R Programming

RTest (version 1.2.6)

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

Description

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

Usage

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

Examples

Run this code
# NOT RUN {
package_md5("testthat")

# }

Run the code above in your browser using DataLab