-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathR-proxy.yaml
53 lines (46 loc) · 963 Bytes
/
R-proxy.yaml
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
51
52
53
package:
name: R-proxy
version: 0.4.27
epoch: 1
description: Distance and similarity measures
copyright:
- license: GPL-2.0-or-later
dependencies:
runtime:
- R
environment:
contents:
packages:
- R
- R-dev
- busybox
var-transforms:
- from: ${{package.version}}
match: ^(.+)\.(\d+)$
replace: $1-$2
to: mangled-package-version
pipeline:
- uses: git-checkout
with:
repository: https://github.com/cran/proxy
tag: ${{vars.mangled-package-version}}
expected-commit: 311a8569a534460ef04473ffa442dc7b72ba9a41
- uses: R/build
with:
package: proxy
version: ${{vars.mangled-package-version}}
- uses: strip
test:
pipeline:
- runs: |
Rscript -e 'library(proxy)'
update:
enabled: true
ignore-regex-patterns:
- 'R-.*'
version-transform:
- match: ^(.+)\-(\d+)$
replace: $1.$2
github:
identifier: cran/proxy
use-tag: true