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
check("0005.027", psum(iris[,1:2],iris[,1:2]), error="Argument 1 is of type list. Only integer, double and complex types are supported.Data.frame (of the previous types) is also supported as a single input.")
705
708
check("0005.028", psum(1:150,iris$Species, na.rm=FALSE), error="Function 'psum' is not meaningful for factors.")
check("0006.027", pprod(iris[,1:2],iris[,1:2]), error="Argument 1 is of type list. Only integer, double and complex types are supported.Data.frame (of the previous types) is also supported as a single input.")
738
-
check("0005.028", pprod(1:150,iris$Species, na.rm=FALSE), error="Function 'pprod' is not meaningful for factors.")
742
+
check("0006.028", pprod(1:150,iris$Species, na.rm=FALSE), error="Function 'pprod' is not meaningful for factors.")
> check("0005.027", psum(iris[,1:2],iris[,1:2]), error = "Argument 1 is of type list. Only integer, double and complex types are supported.Data.frame (of the previous types) is also supported as a single input.")
725
728
> check("0005.028", psum(1:150,iris$Species, na.rm = FALSE), error="Function 'psum' is not meaningful for factors.")
> check("0006.027", pprod(iris[,1:2],iris[,1:2]), error = "Argument 1 is of type list. Only integer, double and complex types are supported.Data.frame (of the previous types) is also supported as a single input.")
758
-
> check("0005.028", pprod(1:150,iris$Species, na.rm = FALSE), error="Function 'pprod' is not meaningful for factors.")
762
+
> check("0006.028", pprod(1:150,iris$Species, na.rm = FALSE), error="Function 'pprod' is not meaningful for factors.")
0 commit comments