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

call_standardise_formals() now attempts to standardise formals of S3 methods #339

Merged
merged 13 commits into from
Apr 5, 2023

Conversation

rossellhayes
Copy link
Contributor

@rossellhayes rossellhayes commented Mar 31, 2023

.user_code <- quote(mean(1:3))
gradethis:::call_standardise_formals(.user_code)
#> mean(x = 1:3, trim = 0, na.rm = FALSE)

Created on 2023-03-30 with reprex v2.0.2

@rossellhayes rossellhayes marked this pull request as ready for review March 31, 2023 00:04
@rossellhayes rossellhayes self-assigned this Mar 31, 2023
@rossellhayes rossellhayes added the grade code Related to automatic code grading label Mar 31, 2023
@rossellhayes rossellhayes merged commit 35dbf6a into main Apr 5, 2023
@rossellhayes rossellhayes deleted the feat/standardize-s3 branch April 5, 2023 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grade code Related to automatic code grading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant