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

Incompatible with R < 4.1 #187

Open
HenningLorenzen-ext-bayer opened this issue Sep 5, 2024 · 2 comments
Open

Incompatible with R < 4.1 #187

HenningLorenzen-ext-bayer opened this issue Sep 5, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@HenningLorenzen-ext-bayer

nbsp_string <- map_chr(leading_length, \(.x) {
if (!is.na(.x)) {
paste(rep("&nbsp;", .x), collapse="")
} else {
""
}})

Shorthand notation for function creation \(...) ... has been introduced with R 4.1.0.

@mstackhouse mstackhouse added the documentation Improvements or additions to documentation label Sep 5, 2024
@mstackhouse
Copy link
Contributor

Warrants and update to Description metadata for minimum R version.

@HenningLorenzen-ext-bayer are you seeing a strong need to maintain R < 4.1.0, so reformat this to use purrr shorthand syntax?

@HenningLorenzen-ext-bayer
Copy link
Author

Warrants and update to Description metadata for minimum R version.

@HenningLorenzen-ext-bayer are you seeing a strong need to maintain R < 4.1.0, so reformat this to use purrr shorthand syntax?

I think an updated DESCRIPTION is good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants