Skip to content

🔨 Disable remote installs for R-devel#69

Merged
serkor1 merged 1 commit into
develfrom
67-bug-macos-devel-fails-remote-install
Jun 6, 2026
Merged

🔨 Disable remote installs for R-devel#69
serkor1 merged 1 commit into
develfrom
67-bug-macos-devel-fails-remote-install

Conversation

@serkor1

@serkor1 serkor1 commented Jun 6, 2026

Copy link
Copy Markdown
Owner
  • See issue 🐛 MacOS-devel fails remote install #67 where remote installs fails on MacOS due to missing C header files. The error is related to gettext (source: https://stackoverflow.com/questions/11370684/what-is-libintl-h-and-where-can-i-get-it)

    The issue have not been addressed in the repository before now as it was assumed to be related to the workflow itself - the failed run coincided with the release of R4.6.0 which turned out to be a false-positive as it still an existing issue.

  • Since the issue is most likely an upstream issue, the R-devel runs have been removed for all OSes and replaced with oldrel-2.

    Backwards compatibility is more imporant than experimental releases - if you decide to throw a development version of R against a package that deals with (potentially) expensive implementations, you have bigger things to worry about.

* See issue #67 where remote installs
  fails on MacOS due to missing C header files. The error is related to gettext
  (source: https://stackoverflow.com/questions/11370684/what-is-libintl-h-and-where-can-i-get-it)

  The issue have not been addressed in the repository before now as it was assumed to be
  related to the workflow itself - the failed run coincided with the release of R4.6.0 which
  turned out to be a false-positive as it still an existing issue.

* Since the issue is most likely
  an upstream issue, the R-devel runs have been removed for all OSes and replaced with oldrel-2.

  Backwards compatibility is more imporant than experimental releases - if you decide to throw a development
  version of R against a package that deals with (potentially) expensive implementations, you have bigger things
  to worry about.
@serkor1 serkor1 linked an issue Jun 6, 2026 that may be closed by this pull request
2 tasks
@serkor1 serkor1 merged commit a2d960c into devel Jun 6, 2026
5 of 6 checks passed
@serkor1 serkor1 deleted the 67-bug-macos-devel-fails-remote-install branch June 6, 2026 08:48
@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.67%. Comparing base (c072867) to head (4503319).
⚠️ Report is 1 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #69   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files         280      280           
  Lines       21012    21012           
=======================================
  Hits        20314    20314           
  Misses        698      698           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 MacOS-devel fails remote install

1 participant