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

[Bug]: Examples use native pipe when R minimum version is 3.6 #287

Open
3 tasks done
averissimo opened this issue Nov 5, 2024 · 0 comments
Open
3 tasks done

[Bug]: Examples use native pipe when R minimum version is 3.6 #287

averissimo opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working core

Comments

@averissimo
Copy link
Contributor

averissimo commented Nov 5, 2024

What happened?

This is only a problem in a restricted case:

  • users with R versions up to 4.0 that try to run the example

See DESCRIPTION and tm_g_ae_oview.R.

teal.osprey/DESCRIPTION

Lines 23 to 25 in 5c1f2c3

Depends:
osprey (>= 0.1.16),
R (>= 3.6),

#' data <- teal_data() |>
#' within({
#' ADSL <- rADSL
#' ADAE <- rADAE
#' add_event_flags <- function(dat) {
#' dat <- dat |>
#' mutate(

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@averissimo averissimo added bug Something isn't working core labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

No branches or pull requests

1 participant