This has gone unnoticed for quite a while:
some Wikistats charts generated with R are no longer updated.
Library probably got missing after server update.
#install.packages(c("Cairo"), repos="http://cran.r-project.org" )
library(Cairo)
Error in library(Cairo) : there is no package called 'Cairo'
Execution halted