set_up_pkg {risk.assessr}R Documentation

Creates information on package installation

Description

Creates information on package installation

Usage

set_up_pkg(dp, check_type = "1")

Arguments

dp

data path and name for the package.

check_type

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

Value

list with local package install

Examples

## Not run: 
set_up_pkg(path/to/package, "mypackage")

## End(Not run)

[Package risk.assessr version 2.0.0 Index]