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

Fix #103 #104

Merged
merged 2 commits into from
Dec 7, 2021
Merged

Fix #103 #104

merged 2 commits into from
Dec 7, 2021

Conversation

rossellhayes
Copy link
Contributor

library(tblcheck)

.result   <- c(3, 4, 3)
.solution <- c(3, 4, 3, 4, 3)
vec_grade_length()
#> <gradethis_graded: [Incorrect]
#>   Your result should contain 5 values, but it has 3 values.
#> >

Created on 2021-12-03 by the reprex package (v2.0.1)

Closes #103.

@rossellhayes rossellhayes added the bug Something isn't working label Dec 3, 2021
@rossellhayes rossellhayes self-assigned this Dec 3, 2021
Copy link
Member

@gadenbuie gadenbuie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! One small comment that you can take or leave

R/check_dimensions.R Outdated Show resolved Hide resolved
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
@rossellhayes rossellhayes merged commit ca072b1 into main Dec 7, 2021
@rossellhayes rossellhayes deleted the fix-length-message branch December 7, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector length problem does not produce a message if there are no unique missing values
2 participants