inst_wrap_zip: Wraps deployment zip into bash installer script.

Description Usage Arguments Details Value Examples

Description

Wraps deployment zip into bash installer script.

Usage

1
inst_wrap_zip(zip_fpath)

Arguments

zip_fpath

path to zip package to wrap. It must exist. (type: character)

Details

Bash installer is just script containing also binary data at the end of file. It has also some logic to install the package into more intelligent way than just unzip.

Shell script is created at the same location as zip package passed and will have the same name with sh extension.

Value

path to created bash installer script (invisible)

Examples

1
  inst_wrap_zip("myproj_0.1-1.zip") # creates myproj_0.1-1.sh

RSuite documentation built on June 10, 2019, 5:03 p.m.