Ligare.programming.R.exception

Exceptions

RscriptProcessError(proc, *args)

An error occurred with Rscript.

RscriptScriptError(proc, *args)

An error occurred executing a script with Rscript.

exception Ligare.programming.R.exception.RscriptProcessError(proc, *args)[source]

An error occurred with Rscript. Note: This exception is not used when a script executed by Rscript errors; it is only used when Rscript itself raises an error.

__init__(proc, *args)[source]
exception Ligare.programming.R.exception.RscriptScriptError(proc, *args)[source]

An error occurred executing a script with Rscript. Note: This exception is not used when Rscript itself errors; it is only used when a script executed by Rscript raises an error.

__init__(proc, *args)[source]