Learn R Programming

risk.assessr (version 3.0.1)

set_up_pkg: Creates information on package installation

Description

Creates information on package installation

Usage

set_up_pkg(dp, check_type = "1")

Value

list with local package install

Arguments

dp

data path and name for the package.

check_type

basic R CMD check type - "1" CRAN R CMD check_type - "2"

Examples

Run this code
if (FALSE) {
set_up_pkg(path/to/package, "mypackage")
}

Run the code above in your browser using DataLab