Plot() warnings

I am new to the RStudio environment. Whenever I use the plot() command on my mac I get the messages below. The basic plot is uploaded but without any labels at all (even when using xlab="" and ylab=""). I have seen others write about similar problems but have not seen the solutions.

Thanks

There were 47 warnings (use warnings() to see them)

warnings()
Warning messages:
1: In axis(side = side, at = at, labels = labels, ...) :
no font could be found for family "Arial"
2: In axis(side = side, at = at, labels = labels, ...) :
no font could be found for family "Arial"
3: In axis(side = side, at = at, labels = labels, ...) :
no font could be found for family "Arial"
4: In axis(side = side, at = at, labels = labels, ...) :
no font could be found for family "Arial"
5: In axis(side = side, at = at, labels = labels, ...) :

See if this old workaround is still good: https://support.rstudio.com/hc/en-us/community/posts/201815318-no-font-could-be-found-for-family-Arial-

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.