copy_installation {RInno}R Documentation

Default installation files

Description

This function moves files stored in system.file('installation', package = 'RInno') to app_dir:

Usage

copy_installation(app_dir = getwd(), overwrite = TRUE)

Arguments

app_dir

Development app's directory, defaults to getwd().

overwrite

Logical. Should existing installation files be overwritten? See copy_installation for details. ?

Author(s)

Jonathan M. Hill

See Also

create_app


[Package RInno version 0.2.1 Index]