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("0008.007", fpmin(as.raw(z), y, na.rm=TRUE), error="Argument 1 is of type raw. Only integer/logical and double types are supported. A data.frame (of the previous types) is also supported as a single input.")
775
775
check("0008.008", fpmin(x, y, 1:2, na.rm=FALSE), error="Argument 3 is of length 2 but argument 1 is of length 4. If you wish to 'recycle' your argument, please use rep() to make this intent clear to the readers of your code.")
check("0009.007", fpmax(as.raw(z), y, na.rm=TRUE), error="Argument 1 is of type raw. Only integer/logical and double types are supported. A data.frame (of the previous types) is also supported as a single input.")
796
796
check("0009.008", fpmax(x, y, 1:2, na.rm=FALSE), error="Argument 3 is of length 2 but argument 1 is of length 4. If you wish to 'recycle' your argument, please use rep() to make this intent clear to the readers of your code.")
check("0010.007", prange(as.raw(z), y, na.rm=TRUE), error="Argument 1 is of type raw. Only integer/logical and double types are supported. A data.frame (of the previous types) is also supported as a single input.")
817
817
check("0010.008", prange(x, y, 1:2, na.rm=FALSE), error="Argument 3 is of length 2 but argument 1 is of length 4. If you wish to 'recycle' your argument, please use rep() to make this intent clear to the readers of your code.")
0 commit comments