2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
8 "name": "Example using R in a custom Docker image",
11 "script": "run-command",
12 "script_version": "master",
13 "repository": "arvados",
14 "script_parameters": {
17 "$(glob $(file $(myscript))/*.r)",
18 "$(glob $(dir $(mydata))/*.csv)"
22 "dataclass": "Collection"
26 "dataclass": "Collection"
29 "runtime_constraints": {
30 "docker_image": "arvados/jobs-with-r"