In one of the datasets I am using in a .Rmd file includes a Norwegian character (å). When I try to "build the book" I am getting the following error message:
Quitting from lines 89-91 (05-visualisering.Rmd)
Error in FUN(X[[i]], ...) : object '�r' not found
Calls: local ... <Anonymous> -> f -> scales_add_defaults -> lapply -> FUN
Execution halted
Error in Rscript_render(f, render_args, render_meta) :
Failed to compile 05-visualisering.Rmd
Calls: <Anonymous> ... render_book -> render_new_session -> Rscript_render
Execution halted
Exited with status 1.
How can I solve this issue?