You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tbl_grade_class() should describe things as objects unless they are truly vectors of length > 1.
library(tblcheck)
.result<-1.solution<- lm(mpg~wt, data=mtcars)
tbl_grade_class()
#> <gradethis_graded: [Incorrect]#> Your result should be a vector with class `lm`, but it is a number#> (class `numeric`).#> >
tbl_grade_class()
should describe things as objects unless they are truly vectors of length > 1.Created on 2022-08-09 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: