-
Notifications
You must be signed in to change notification settings - Fork 314
/
Copy pathR-sf.yaml
74 lines (67 loc) · 1.24 KB
/
R-sf.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
package:
name: R-sf
version: 1.0.19
epoch: 1
description: Simple Features for R
copyright:
- license: GPL-2.0-only AND MIT
dependencies:
runtime:
- R
- R-DBI
- R-classInt
- R-magrittr
- R-s2
- R-units
- Rcpp
- gdal
- geos
- proj
environment:
contents:
packages:
- R
- R-DBI
- R-classInt
- R-dev
- R-magrittr
- R-s2
- R-units
- Rcpp
- busybox
- gdal-dev
- geos-dev
- pkgconf
- proj-dev
- sqlite-dev
- tiff-dev
var-transforms:
- from: ${{package.version}}
match: ^(.+)\.(\d+)$
replace: $1-$2
to: mangled-package-version
pipeline:
- uses: git-checkout
with:
repository: https://github.com/cran/sf
tag: ${{vars.mangled-package-version}}
expected-commit: 146bdea6d359abe64517217675966bf765785d8a
- uses: R/build
with:
package: sf
version: ${{vars.mangled-package-version}}
- uses: strip
test:
pipeline:
- runs: |
Rscript -e 'library(sf)'
update:
enabled: true
ignore-regex-patterns:
- 'R-.*'
version-transform:
- match: ^(.+)\-(\d+)$
replace: $1.$2
github:
identifier: cran/sf
use-tag: true