aria_desktop_build {sistec}R Documentation

Build ARIA desktop version

Description

Build the desktop version of ARIA automatically. You will need innosetup to build the executable. Only works in windows. See Details for more information.

Usage

aria_desktop_build(aria_folder = "", download_dependencies = TRUE)

Arguments

aria_folder

The folder you want to create the executable.

download_dependencies

Download all the dependencies: r-portable and packages needed to run the ARIA. Use FALSE if you already have the dependencies in the aria_folder.

Details

To create the executable correctly, follow theses steps:

Value

Create the setup to build ARIA desktop in your specified folder.

Examples

## Not run: 
aria_folder <- tempdir()
aria_desktop_build(aria_folder)

## End(Not run)

[Package sistec version 0.2.0 Index]