Skip to content

Commit 998ebc3

Browse files
committed
Fixed R serialization bug
1 parent ab6f0ec commit 998ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bcf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@ saveBCFModelToJson <- function(object) {
34023402
object$rfx_unique_group_ids
34033403
)
34043404
}
3405-
jsonobj$add_boolean(
3405+
jsonobj$add_string(
34063406
"rfx_model_spec",
34073407
object$model_params$rfx_model_spec
34083408
)

0 commit comments

Comments
 (0)