installRawrrExe {rawrr}R Documentation

Download and install the rawrr.exe console application

Description

downloads and installs the rawrr.exe .Net assembly in the directory provided by rawrrAssemblyPath().

Usage

installRawrrExe(
  sourceUrl = "http://fgcz-ms.uzh.ch/~cpanse/rawrr/rawrr.1.1.9.exe",
  ...
)

Arguments

sourceUrl

url of rawrr.exe assembly.

...

other parameter for download.file.

Details

The console application rawrr.exe is used by the package's reader functions through a system2 call.

Value

An integer code, 0 for success and non-zero for failure. For the "wget" and "curl" methods this is the status code returned by the external program.

References

doi: 10.1021/acs.jproteome.0c00866

See Also

buildRawrrExe


[Package rawrr version 1.0.3 Index]