Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Nov 27, 2024
1 parent a552869 commit 8e31ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzzWrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jaspObjR <- R6::R6Class(
private$jaspObject$setOptionMustContainDependency(name, value)
}

decodedType = .decodeColType(value)
decodedType = .decodeColTypes(value)
if(decodedType != "unknown")
{
decodedName = .decodeColNamesStrict(value)
Expand Down

0 comments on commit 8e31ca0

Please sign in to comment.