year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry("Manual",
title="ggRandomForests: Graphical Exploration of Random Forests",
author=as.person("John Ehrlinger"),
url="http://cran.r-project.org/package=ggRandomForests/",
note=note,
year=year
)