Description Usage Arguments Details Value Examples
Wraps deployment zip into bash installer script.
1 | inst_wrap_zip(zip_fpath)
|
zip_fpath |
path to zip package to wrap. It must exist. (type: character) |
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.
path to created bash installer script (invisible)
1 | inst_wrap_zip("myproj_0.1-1.zip") # creates myproj_0.1-1.sh
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.