Running code blocks in Risidian failed with Unexpected end of JSON input and argument is of length zero. All required packages were installed, but no output appeared.
Turns out it was a locale issue on Windows 10.
Running the following in R fixed it:
Sys.setlocale("LC_ALL", "C")
options(encoding = "UTF-8")