rename pkg
This commit is contained in:
parent
fca8dd57c5
commit
068e01801b
1 changed files with 17 additions and 9 deletions
11
README.md
11
README.md
|
|
@ -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)
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue