USGS-R / smwrGraphs

Moved to: https://code.usgs.gov/water/analysis-tools/smwrGraphs
https://code.usgs.gov/water/analysis-tools/smwrGraphs
Other
18 stars 16 forks source link

setPNG on a Mac #19

Closed ldecicco-USGS closed 9 years ago

ldecicco-USGS commented 9 years ago

Error in setPNG() : could not find function "windowsFont"

Looks like setPage and setRStudio also call that function

ldecicco-USGS commented 9 years ago

In the grDevices package...there's none of the Windows functions on the Mac...not sure if that's new. Likewise, my Windows computer doesn't have the quartzFonts function (or other quartz functions).

ldecicco-USGS commented 9 years ago

ohh...I see, you made those functions when they aren't there...I'll just add that to the PNG. Pull request coming.