R minor sensitive packages #29

Open
opened 2025-06-10 09:17:49 +00:00 by pat-s · 0 comments
Owner

Test scenario

Run ubuntu-4.2 and try to install binaries from cran.rpkgs.com (most are built for 4.4).

The idea is check which packages are sensitive to non-minor version match and for which reason.

Causes

  • object ‘recvData’ is not exported by 'namespace:parallel': caused by incompatibility to the "recommended" package parallel. Likely all packages using parallel as a dep must be built minor-sensitive
  • R interpreter condition: Some packages have a hard version requirement in DESCRIPTION. Their latest version is anyhow now avail for older R version.
  • Glyphs: Sensitive to glyph-related settings in the R version ABI

Results

Name Reason Comment
ragg Glyphs
rlang R interpreter condition
OpenMx R interpreter condition
aroma.core object ‘recvData’ is not exported by 'namespace:parallel'
workflowsets object ‘recvData’ is not exported by 'namespace:parallel'
## Test scenario Run ubuntu-4.2 and try to install binaries from cran.rpkgs.com (most are built for 4.4). The idea is check which packages are sensitive to non-minor version match and for which reason. ## Causes - `object ‘recvData’ is not exported by 'namespace:parallel'`: caused by incompatibility to the "recommended" package `parallel`. Likely all packages using `parallel` as a dep must be built minor-sensitive - `R interpreter condition`: Some packages have a hard version requirement in DESCRIPTION. Their latest version is anyhow now avail for older R version. - `Glyphs`: Sensitive to glyph-related settings in the R version ABI ## Results | Name | Reason | Comment | |---------|---------| --- | | ragg | Glyphs | | | rlang | R interpreter condition | | | OpenMx | R interpreter condition | | | aroma.core | `object ‘recvData’ is not exported by 'namespace:parallel'` | | | workflowsets | `object ‘recvData’ is not exported by 'namespace:parallel'` | |
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
devxy/build-cran-binaries#29
No description provided.