Interface AutoTestInstallRStepInput

Install R.

interface AutoTestInstallRStepInput {
    id?: string;
    version: "4.5";
}

Properties

Properties

id?: string

The id of this step.

version: "4.5"

The version to install.