c(
  bibentry(
    bibtype = "Manual",
    title = "{TSPred}: Functions for Baseline-Based Time Series Prediction",
    author = c(person(c("Rebecca", "Pontes"),"Salles"),
			   person("Eduardo","Ogasawara")),
    year = sub("-.*", "", meta$Date),
    note = sprintf("R package version %s", meta$Version),
    url = "https://CRAN.R-project.org/package=TSPred",
    key = "TSPred"
  ),
  bibentry(
    bibtype = "InProceedings",
    title = "A Framework for Benchmarking Machine Learning Methods Using Linear Models for Univariate Time Series Prediction",
    author = c(person("Rebecca","Salles"),
			   person("Laura","Assis"),
			   person("Gustavo","Guedes"),
			   person("Eduardo","Bezerra"),
			   person("Fabio","Porto"),
			   person("Eduardo","Ogasawara")),
    booktitle = "The 2017 International Joint Conference on Neural Networks ({IJCNN})",
    year = "2017",
    key = "TSPredArticle"
  )
)