Skip to content

Commit 08eee54

Browse files
committed
eliminate thinko version check
1 parent a8cd4d4 commit 08eee54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/coordinates.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ coord2ind <- function(coords, ...) UseMethod("coord2ind")
122122
coord2ind.default<-function(coords, imdims, voxdims=NULL, origin=NULL,
123123
linear.indices=TRUE, aperm=NULL,
124124
Clamp=FALSE, CheckRanges=!Clamp, ...) {
125-
checkmate::assertIntegerish(version, lower = 1L, upper = 7L)
126125
if(is.object(imdims)){
127126
if(!inherits(imdims, "im3d"))
128127
imdims=as.im3d(imdims)

0 commit comments

Comments
 (0)