Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop 'if getRversion() >= "3.4.0"' qualification under examplesIf tag? #1581

Open
MichaelChirico opened this issue Jan 23, 2024 · 1 comment · May be fixed by #1582
Open

Drop 'if getRversion() >= "3.4.0"' qualification under examplesIf tag? #1581

MichaelChirico opened this issue Jan 23, 2024 · 1 comment · May be fixed by #1582

Comments

@MichaelChirico
Copy link
Contributor

") (if (getRversion() >= \"3.4\") withAutoprint else force)(\\{ # examplesIf}"

3.4.0 is now 7 years old, and Tidyverse policy is to support R>=3.6.0.

Do we need to keep writing out this qualification on using withAutoprint() vs. force() indefinitely?

Obviously in the rendered Rd it doesn't make much difference, but we do occasionally need to look at the raw contents and it can be quite distracting in that case.

@MichaelChirico MichaelChirico linked a pull request Jan 23, 2024 that will close this issue
@IndrajeetPatil
Copy link
Contributor

IndrajeetPatil commented May 22, 2024

Of relevance here:

The latest RStudio IDE bumps the minimum needed R version to 3.6 (cf. rstudio/rstudio#12318):

Screenshot 2024-05-22 at 09 58 47

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 a pull request may close this issue.

2 participants