Skip to content

Depend on R 4.1 and remove magrittr - #181

Open
Moohan wants to merge 6 commits into
masterfrom
dep/r_4-1
Open

Moohan wants to merge 6 commits into
masterfrom
dep/r_4-1

Conversation

@Moohan

@Moohan Moohan commented Jul 17, 2026

Copy link
Copy Markdown
Member

This was inspired by #177.

This updates the minimum R version requirement to R 4.1, which is already quite old, but is also fairly standard as the minimum supported version in a lot of packages (notably tidyverse ones).

One reason to not support old versions of R is the CVE that exists in versions before 4.1.

Other reasons to up the version requirement are that it allows us to use newer R features such as the base pipe |> which in this PR allows us to remove the dependency on {magrittr}.

Moohan added 3 commits July 13, 2026 10:23
Use this opportunity to remove the dependency on magrittr and the magrittr pipe in favour of the base pipe.
@Moohan
Moohan requested a review from a team July 17, 2026 08:29
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

🚀 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.

1 participant