The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Extend with the extrafont package

Triad sou.

2015-12-31

The extrafont package makes it easy to use system TrueType fonts and with PDF or PostScript output files, and with bitmap output files in Windows.

First, import the fonts installed on the system.

install.packages("extrafont")
library("extrafont")
font_import()
loadfonts()
loadfonts(device = "postscript")
# For Windows
# loadfonts(device = "win")

After installation, you load the extrafont package before starting RcmdrPlugin.KMggplot2.

library("extrafont")
library("RcmdrPlugin.KMggplot2")

If you want to see more details: The Using extrafont section of the README file in the ‘extrafont’.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.