exclude surveillance for alpine
This commit is contained in:
parent
19a4ef5cee
commit
aa72fb0361
1 changed files with 30 additions and 27 deletions
13
README.md
13
README.md
|
|
@ -143,8 +143,9 @@ If in doubt or when testing, call `pak::meta_clean(force = TRUE)`.
|
|||
## Lessons Learned
|
||||
|
||||
- The newest R version needs to be used to build binaries.
|
||||
The reason is that some packages depend on the "recommended" packages and attempt to install them as dependencies.
|
||||
Some packages depend on the "recommended" packages and attempt to install them as dependencies.
|
||||
This fails for older R versions, e.g., if R 4.0.5 tries to install `Matrix` from 4.4.x.
|
||||
Generally, no issues installing packages built with newer versions were observed yet, hence it should be fine to build with the newest version and install these packages using any version.
|
||||
|
||||
- Graphical R packages are challenging.
|
||||
Most can be processed by starting R with `xvfb-run R`, but some still encounter issues and get stuck during processing.
|
||||
|
|
@ -222,11 +223,12 @@ R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/
|
|||
|
||||
</details>
|
||||
|
||||
## Packages Skipped on Purpose
|
||||
## Packages with unresolved build failures
|
||||
|
||||
Some packages have been intentionally skipped after multiple build attempts.
|
||||
The reasons for this vary, and ideally, solutions can be found over the long term.
|
||||
Contributions to help resolve these issues are highly welcome!
|
||||
Some packages are intentionally skipped right now after multiple failed build attempts without proper resolutions yet.
|
||||
While for some it be due to exotic external dependencies which require manual installation, the main issue are specific packages on Alpine which just get stuck without any error.
|
||||
|
||||
Help in resolving these issues are highly welcome!
|
||||
|
||||
| Name | Platform | Arch | Reason | Solved via | Date Created | Date Solved |
|
||||
| ------------- | -------------- | ------- | -------------------------------- | ---------- | ------------ | ----------- |
|
||||
|
|
@ -247,6 +249,7 @@ Contributions to help resolve these issues are highly welcome!
|
|||
| spdep | alpine | arm | hangs | 2024-12-03 | |
|
||||
| compareGroups | alpine | arm | hangs | 2024-12-11 | |
|
||||
| SNPassoc | alpine | arm | hangs | 2024-12-11 | |
|
||||
| surveillance | alpine | arm | hangs | 2024-12-13 | |
|
||||
|
||||
## CDN Settings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue