R/bibentries.R

#' @importFrom utils bibentry
bibentries = c(
  meinshausen2010 = bibentry("article",
    author    = "Meinshausen, Nicolai and Buhlmann, Peter",
    doi       = "10.1111/J.1467-9868.2010.00740.X",
    eprint    = "0809.2932",
    issn      = "1369-7412",
    journal   = "Journal of the Royal Statistical Society Series B: Statistical Methodology",
    month     = "sep",
    number    = "4",
    pages     = "417--473",
    publisher = "Oxford Academic",
    title     = "Stability Selection",
    volume    = "72",
    year      = "2010"
  ),
  lackner2023 = bibentry("book",
    author = "Lackner, Martin and Skowron, Piotr",
    doi    = "10.1007/978-3-031-09016-5",
    eprint    = "2007.01795",
    isbn      = "9783031090165",
    month     = "jul",
    pages     = "121",
    publisher = "Springer Nature",
    title     = "Multi-Winner Voting with Approval Preferences",
    year      = "2023"
  )
)

Try the fastVoteR package in your browser

Any scripts or data that you put into this service are public.

fastVoteR documentation built on April 4, 2025, 3:54 a.m.