Skip to content

Conversation

gongyixiao
Copy link
Collaborator

In most cases, R's integer data type is implemented as a 32-bit signed integer. This means the range of numbers it can represent is limited:

Minimum value: −2e31 (which is -2,147,483,648)

Maximum value: 2e31−1 (which is 2,147,483,647)

This solution is complicated because the docker image it is using is a very old version R-3.3.2, and the lib64 package need to be installed as a specific version to the R version.

I'm avoiding to rebuild the docker image, i'm installing the packages in the actual Rscript. We may rebuild the docker image and consolidate a more recent version for R and Python processes in the pipeline when we get to the point to host the image in JFrog.

@gongyixiao gongyixiao added this to the 2.0 milestone Sep 29, 2025
@gongyixiao gongyixiao self-assigned this Sep 29, 2025
@gongyixiao gongyixiao added the bug Something isn't working label Sep 29, 2025
Copy link

netlify bot commented Sep 29, 2025

Deploy Preview for cmotempo ready!

Name Link
🔨 Latest commit d3df2b7
🔍 Latest deploy log https://app.netlify.com/projects/cmotempo/deploys/68dafed54cce5f0008274c6a
😎 Deploy Preview https://deploy-preview-1039--cmotempo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant