Skip to content

Commit

Permalink
make sure .decodeColTypes is already in jaspTools if we need it
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Nov 27, 2024
1 parent 4e22b1b commit 3ed9d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/rbridge.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
env[[".decodeColNamesStrict"]] <- function(x) return(x)
env[[".encodeColNamesLax"]] <- function(x) return(x)
env[[".decodeColNamesLax"]] <- function(x) return(x)
env[[".decodeColTypes"]] <- function(x) return(x)
env[[".encodeColNamesStrict"]] <- function(x) return(x)

env[[".setColumnDataAsScale"]] <- function(...) return(TRUE)
Expand Down

0 comments on commit 3ed9d24

Please sign in to comment.