~dricottone/pkgbuilds

ref: a629ec09f4a0f0b1592151ecb97e2d816b2f9591 pkgbuilds/README.md -rw-r--r-- 3.9 KiB
a629ec09Dominic Ricottone Added r-timechange 11 months ago
                                                                                
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# pkgbuilds


## Usage

Get my public PGP key.

```
curl -o al.pgp https://pkg.intra.dominic-ricottone.com/arch/al.pgp
```

Import and sign my key as trusted.

```
pacman-key --add al.pgp
sudo pacman-key --lsign-key D523376F55BD0AAA
```

Update the configuration for `pacman` to look at this repository. In `/etc/pacman.conf`, try:

```
[al]
Server = https://pkg.intra.dominic-ricottone.com/arch/$arch/
```

Packages should now be installable.


## License

I share the contents of this repository under the BSD 3 clause license, except
where alternate attribution and licensing is required.

Namely, the `PKGBUILD`s for R packages are highly derivative of the
[ArchRPkgs](https://github.com/dvdesolve/ArchRPkgs) collection hosted by
viktor drobot (a.k.a. dvdesolve) with contributions from numerous others.
The original license is reproduced in this repository, co-located with the
corresponding files.
Ownership, credit, and copyright is attributed at the top of each such file.
The original license can also be viewed online at
https://github.com/dvdesolve/ArchRPkgs/blob/master/LICENSE .


## Notes to myself

Note: the `r` package in the Arch repositories provides:

 + `r-base`
 + `r-boot`
 + `r-class`
 + `r-cluster`
 + `r-codetools`
 + `r-compiler`
 + `r-datasets`
 + `r-foreign`
 + `r-graphics`
 + `r-grdevices`
 + `r-grid`
 + `r-kernsmooth`
 + `r-lattice`
 + `r-mass`
 + `r-matrix`
 + `r-methods`
 + `r-mgcv`
 + `r-nlme`
 + `r-nnet`
 + `r-parallel`
 + `r-rpart`
 + `r-spatial`
 + `r-splines`
 + `r-stats`
 + `r-stats4`
 + `r-survival`
 + `r-tcltk`
 + `r-tools`
 + `r-translations`
 + `r-utils`


## Dependency Graph

```mermaid
flowchart TD
    r-units --> r-rcpp
    r-units --> udunits

    r-dtplyr --> r-data.table
    r-dtplyr --> r-dplyr
    r-dplyr --> r-generics
    r-dplyr --> r-tibble
    r-dplyr --> r-tidyselect
    r-dplyr --> r-r6

    r-tidyselect --> r-vctrs
    r-tidyselect --> r-withr

    r-vctrs --> r-lifecycle
    r-lifecycle --> r-cli
    r-lifecycle --> r-glue
    r-lifecycle --> r-rlang

    r-waldo --> r-diffobj
    r-diffobj --> r-crayon
    r-waldo --> r-rematch2
    r-rematch2 --> r-tibble

    r-tibble --> r-magrittr
    r-tibble --> r-pillar
    r-tibble --> r-pkgconfig
    r-pillar --> r-utf8
    r-pillar --> r-fansi
    r-pillar --> r-vctrs

    r-callr --> r-processx
    r-processx --> r-ps
    r-processx --> r-r6

    r-xml2 --> r-cli
    r-xml2 --> r-rlang

    r-blob --> r-vctrs

    r-purrr --> r-vctrs
    r-purrr --> r-magrittr

    r-stringr --> r-vctrs
    r-stringr --> r-magrittr
    r-stringr --> r-stringi

    r-tidyr --> r-stringr
    r-tidyr --> r-purrr
    r-tidyr --> r-dplyr
    r-tidyr --> r-cpp11

    r-dbplyr --> r-blob
    r-dbplyr --> r-dbi
    r-dbplyr --> r-tidyr

    r-ellipsis --> r-rlang

    r-broom --> r-backports
    r-broom --> r-ellipsis
    r-broom --> r-tidyr

    r-forcats --> r-tibble

    r-gtable --> r-lifecycle

    r-munsell --> r-colorspace

    r-scales --> r-munsell
    r-scales --> r-farver
    r-scales --> r-labeling
    r-scales --> r-rcolorbrewer
    r-scales --> r-viridislite
    r-scales --> r-r6

    r-ggplot2 --> r-scales
    r-ggplot2 --> r-gtable
    r-ggplot2 --> r-isoband
    r-ggplot2 --> r-tibble
    r-ggplot2 --> r-withr

    r-askpass --> r-sys

    r-openssl --> r-askpass

    r-httr --> r-curl
    r-httr --> r-jsonlite
    r-httr --> r-mime
    r-httr --> r-openssl
    r-httr --> r-r6

    r-gargle --> r-fs
    r-gargle --> r-httr
    r-gargle --> r-lifecycle
    r-gargle --> r-rappdirs
    r-gargle --> r-withr

    r-googledrive --> gargle
    r-googledrive --> purrr
    r-googledrive --> tibble
    r-googledrive --> uuid

    r-ids --> r-uuid
    r-ids --> r-openssl

    r-cellranger --> r-rematch
    r-cellranger --> r-tibble

    r-googlesheets4 --> r-googledrive
    r-googlesheets4 --> r-cellranger
    r-googlesheets4 --> r-ids
    r-googlesheets4 --> r-rematch2

    r-selectr --> r-stringr
    r-selectr --> r-r6

    r-timechange --> r-cpp11
```