@@ -3,43 +3,40 @@ context:
33 name : r-stringi
44 r_base_version : 4.4.2
55
6+ package :
7+ name : ${{ name }}
8+ version : ${{ version }}
9+
610source :
711 url :
812 - https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
913 - https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
1014 sha256 : c219f8f64d1a2bfd4ca9528452d44d30db1899af14f4b9ef248412443bc669f3
1115
1216build :
13- number : 1
17+ number : 2
1418
15- outputs :
16- - package :
17- name : ${{ name }}
18- version : ${{ version }}
19+ requirements :
1920 build :
20- files :
21- - lib/R/library/${{ name[2:] }}/*
22- requirements :
23- build :
24- - cross-r-base >= ${{ r_base_version }}
25- - ${{ compiler('cxx') }}
26- host :
27- - r-base >= ${{ r_base_version }}
28- run :
29- - r-base >= ${{ r_base_version }}
21+ - cross-r-base_${{ target_platform }}
22+ - ${{ compiler('cxx') }}
23+ - pkg-config
24+ host :
25+ - r-base >= ${{ r_base_version }}
26+ run :
27+ - r-base >= ${{ r_base_version }}
3028
31- tests :
32- - package_contents :
33- lib :
34- - R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so
29+ tests :
30+ - package_contents :
31+ lib :
32+ - R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so
3533
3634about :
3735 homepage : https://tidyr.tidyverse.org
3836 repository : https://github.com/gagolews/stringi
3937 license_family : OTHER # FOSS
4038 license_file : LICENSE
41- summary : |
42- Fast and portable character string processing in R (with the Unicode ICU)
39+ summary : Fast and Portable Character String Processing Facilities
4340 description : |
4441 Fast, correct, consistent, portable, as well as convenient character string/
4542 text processing in every locale and any native encoding. Owing to the use of
0 commit comments