On a linux machine, comment out this:`
#windowsFonts(georg = windowsFont('Georgia'))`
modify make_map.r: by commenting out text...:
theme(#text = element_text(family = "georg"),
And then make sure (in mainr.r) you source your local make_map.r:
# map_url <- "https://raw.githubusercontent.com/milos-agathon/map-rivers-with-sf-and-ggplot2-in-R/main/R/make_map.r"
# source(map_url) # load script
source("R/make_map.r")
On a linux machine, comment out this:`
modify make_map.r: by commenting out text...:
And then make sure (in mainr.r) you source your local make_map.r: