From ed3c477dbfdf8499411ca96b7e4720b7f029b858 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 30 Sep 2024 11:33:14 +0200 Subject: [PATCH] readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b0da6..15a9abd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Otherwise, the whole DB needs to be created from scratch which takes quite long ## Build metadata database The build metadata is stored in a Postgres database. -The DB has a public endpoint at `postgres-arm-binaries-r.devxy.io` and port `15432`. +The DB has a public endpoint at `r-binaries.devxy.io` and port `15432`. The following tables are used: - `single_builds` contains the build metadata for each package: @@ -144,6 +144,22 @@ Dependency not available: Either because the dependency was not declared or erro Compiler error: Possible reasons: too old CXX code which cannot be compiled anymore with CXX14 or CXX17. +--- + +When inferring dependencies: + +```sh +internal error 1 in memDecompress +``` + +Solution: + +```sh +rm -rf /mnt/cache/R-pkgs/pkgcache/ /mnt/cache/R-pkgs/pak /mnt/cache/pkgcache/ /root/.cache/R/ +R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))' +``` + + ## Packages skipped on purpose - `biplotbootGUI` - requires Bwidget which is hardly installable on any distribution and causes a lot of issues due to the need of a virtual frame buffer