-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
50 lines (50 loc) · 1.02 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"additionalCommands": [
{
"args": [
"conf/config.R"
],
"command": "Rscript",
"name": "config.r"
}
],
"copyFromPreviousInstall": [
"privateUploads",
"r_libs",
"node_modules"
],
"installationDirectory": "build",
"r": {
"branch": "master"
},
"sources": [
{
"_comment": "note, base must always be present",
"name": "base",
"options": [
"--branch=master",
"--single-branch"
],
"repository": "https://github.com/mcneilco/acas.git",
"type": "git"
},
{
"name": "mcneilco_custom",
"options": [
"--branch=master",
"--single-branch"
],
"repository": "https://bitbucket.org/mcneilco/acas.git",
"type": "git"
},
{
"name": "acas_custom_host4",
"options": [
"--branch=master",
"--single-branch"
],
"repository": "https://bitbucket.org/mcneilco/acas_custom_host4.git",
"type": "git"
}
]
}