~dricottone/pkgbuilds

pkgbuilds/README.md -rw-r--r-- 6.2 KiB
b52f2235Dominic Ricottone README updates 11 months ago

#pkgbuilds

#Usage

Get my public PGP key.

curl -o al.pgp https://pkg.intra.dominic-ricottone.com/arch/me@dominic-ricottone.com.rsa.pub 

Import and sign my key as trusted.

sudo pacman-key --add me@dominic-ricottone.com.rsa.pub
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 PKGBUILDs for R packages are highly derivative of the 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

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

    r-lubridate --> r-generics
    r-lubridate --> r-timechange

    r-modelr --> r-broom

    r-hms --> r-vctrs
    r-hms --> pkgconfig

    r-tzdb --> r-cpp11

    r-bit64 --> r-bit

    r-progress --> r-hms
    r-progress --> r-crayon
    r-progress --> r-prettyunits
    r-progress --> r-r6

    r-vroom --> r-bit64
    r-vroom --> r-progress
    r-vroom --> r-tibble
    r-vroom --> r-tidyselect
    r-vroom --> r-tzdb

    r-readr --> r-vroom
    r-readr --> r-clipr

    r-haven --> r-readr
    r-haven --> r-forcats

    r-markdown --> r-commonmark
    r-markdown --> r-xfun

    r-highr --> r-xfun

    r-knitr --> r-highr
    r-knitr --> r-evaluate
    r-knitr --> r-yaml

    r-reprex --> r-knitr
    r-reprex --> r-callr
    r-reprex --> r-lifecycle
    r-reprex --> r-clipr
    r-reprex --> r-fs
    r-reprex --> r-markdown
    r-reprex --> r-rmarkdown
    r-reprex --> r-rstudioapi
    r-reprex --> r-withr

    r-rvest --> r-httr
    r-rvest --> r-selectr
    r-rvest --> r-tibble
    r-rvest --> r-withr
    r-rvest --> r-xml2

    r-readxl --> r-progress
    r-readxl --> r-cellranger
    r-readxl --> r-cpp11

    r-systemfonts --> r-cpp11

    r-textshaping --> r-systemfonts

    r-ragg --> r-textshaping

    r-cachem --> r-rlang
    r-cachem --> r-fastmap

    r-memoise --> r-cachem

    r-conflicted --> r-memoise
    r-conflicted --> r-cli

    r-htmltools --> r-digest
    r-htmltools --> r-base64enc
    r-htmltools --> r-ellipsis
    r-htmltools --> r-fastmap

    r-jquerylib --> r-htmltools

    r-fontawesome --> r-htmltools

    r-sass --> r-fs
    r-sass --> r-htmltools
    r-sass --> r-r6
    r-sass --> r-rappdirs

    r-bslib --> r-sass
    r-bslib --> r-jsonlite
    r-bslib --> r-jquerylib
    r-bslib --> r-mime
    r-bslib --> r-memoise
    r-bslib --> r-lifecycle

    r-tinytex --> r-xfun

    r-rmarkdown --> r-bslib
    r-rmarkdown --> r-knitr
    r-rmarkdown --> r-fontawesome
    r-rmarkdown --> r-tinytex
    r-rmarkdown --> r-stringr

    r-tokenizers --> r-stringi
    r-tokenizers --> r-rcpp
    r-tokenizers --> r-snowballc

    r-tidytext --> r-stringr
    r-tidytext --> r-dplyr
    r-tidytext --> r-janeaustenr
    r-tidytext --> r-matrix
    r-tidytext --> r-purrr
    r-tidytext --> r-tokenizers