diff --git a/R/json.R b/R/json.R index dd405ae..924e30a 100644 --- a/R/json.R +++ b/R/json.R @@ -143,7 +143,7 @@ write_json_file <- function(x, filename, opts = list(), ...) { .Call( serialize_to_file_, x, - normalizePath(filename), + normalizePath(filename, mustWork = FALSE), modify_list(opts, list(...)) )