citHeader("To cite the networkABC package in publications use:")

titl <- meta$Title
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
doi <- paste0("10.32614/CRAN.package.", meta$Package)
urldoi <- paste0("https://doi.org/", doi)

bibentry(bibtype="Manual",
         title = titl,
         author = c(person(given = "Frederic", family= "Bertrand"), 
                    person(given = "Myriam", family= "Maumy-Bertrand")),
         year         = year,
         note         = vers,
         url          = "https://CRAN.R-project.org/package=networkABC",
         textVersion = 
         paste("Frédéric Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
               titl, ", ", vers, ". doi:", doi, ".", sep=""
               )
)

bibentry(bibtype="article",
         title = "Network Reverse Engineering with Approximate Bayesian Computation",
         author = c(person(given = "Myriam", family= "Maumy-Bertrand"), person(given = "Frederic", family= "Bertrand")),
	       journal = "user! 2021",
         year         = 2021,
         note         = "Zurich",
         url          = "https://user2021.r-project.org/participation/technical_notes/t164/technote/",
         textVersion = 
         paste("Myriam Maumy, Frederic Bertrand (2021). Partial Least Squares Regression for Beta Regression Models. useR! 2021, Zurich. https://user2021.r-project.org/participation/technical_notes/t164/technote/.")
)
