rename pkg

This commit is contained in:
Patrick Schratz 2024-09-03 16:56:15 +02:00
commit 068e01801b
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -2,7 +2,7 @@
## Workflow
Most of the work is done through the R package `rBinaries`.
Most of the work is done through the R package `bincraftR`.
- `build_binary_package()`
- `install_system_dependencies()`
@ -146,4 +146,11 @@ Dependency not available: Either because the dependency was not declared or erro
## 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
- `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
## CDN
- Perma-cache enabled for three different regions (DE, US, Asia) + smart cache for other edge servers
- `CacheControl = "no-cache"` for all PACKAGES* files to ensure users always get the latest version (as these files change daily)
-