downloadSambada: Download samBada

Description Usage Arguments Details Author(s) Examples

View source: R/install_sambada.r

Description

Downloads from GitHub the version of samBada that corresponds to your OS. Unzips the folder and adds the path to the binary folder to the environmental path variable. This operation is only valid for the current R session. You must run change_path for every new R session. Alternatively, you can manually edit your "PATH" environmental variable permanently on your OS so that it entails the path to the binaries folder of sambada (this procedure different for every OS).

Usage

1
downloadSambada(directory = NULL)

Arguments

directory

character The directory where sambada should be downloaded. If null, downloads in a (new) folder named sambada in the active directory.

Details

Careful: for MacOS user, they must install GCC7. See sambadoc page 2.

Author(s)

Solange Duruz

Examples

1
2
# Downloads SamBada to temporary folder (tempdir)
downloadSambada(tempdir())

SolangeD/RSambada documentation built on Dec. 27, 2021, 12:17 a.m.