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

R Programming / Matrices and Data Frames: correct solution not accepted #417

Open
stragu opened this issue Nov 29, 2018 · 0 comments · May be fixed by #465
Open

R Programming / Matrices and Data Frames: correct solution not accepted #417

stragu opened this issue Nov 29, 2018 · 0 comments · May be fixed by #465

Comments

@stragu
Copy link

stragu commented Nov 29, 2018

AnswerTests: calculates_same_value('matrix(1:20, nrow=4, ncol=5)'); expr_creates_var('my_matrix2')

With this test, the following solution with all named arguments is not accepted:

my_matrix2 <- matrix(data = 1:20, nrow = 4, ncol = 5)

@nzare nzare linked a pull request Sep 7, 2020 that will close this issue
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.

1 participant