
NOTE <- paste( "R package version", meta$Version )
bibentry(bibtype="Misc",
   key = "sigrist2021gpboost",
   mheader = "Please cite gpboost including its version as ",
   title = "gpboost: Combining Tree-Boosting with Gaussian Process and Mixed Effects Models",
    author = c(
          person("Fabio Sigrist"),
          person("Tim Gyger"),
          person("Pascal Kuendig")
	       ),
	       note = NOTE,
    year = 2021,
    url = "https://github.com/fabsig/GPBoost"
    )

