Skip to content
Snippets Groups Projects
Select Git revision
6 results Searching

Parser.hs

Blame
  • bibliography.bib 3.73 KiB
      ##############
      # R packages
      
      @Manual{baseR,
        title = {R: A Language and Environment for Statistical Computing},
        author = {{R Core Team}},
        organization = {R Foundation for Statistical Computing},
        address = {Vienna, Austria},
        year = {2016},
        url = {https://www.R-project.org/},
      }
      @Manual{bookdown,
        title = {bookdown: Authoring Books and Technical Documents with R Markdown},
        author = {Yihui Xie},
        year = {2018},
        note = {R package version 0.9},
        url = {https://github.com/rstudio/bookdown},
      }
    
      
    
      @Manual{data.table,
        title = {data.table: Extension of Data.frame},
        author = {M Dowle and A Srinivasan and T Short and S Lianoglou with contributions from R Saporta and E Antonyan},
        year = {2015},
        note = {R package version 1.9.6},
        url = {https://CRAN.R-project.org/package=data.table},
      }
      
      @Article{drake,
        title = {The drake R package: a pipeline toolkit for reproducibility and high-performance computing},
        author = {William Michael Landau},
        journal = {Journal of Open Source Software},
        year = {2018},
        volume = {3},
        number = {21},
        url = {https://doi.org/10.21105/joss.00550},
      }
      
       @Book{ggplot2,
        author = {Hadley Wickham},
        title = {ggplot2: Elegant Graphics for Data Analysis},
        publisher = {Springer-Verlag New York},
        year = {2009},
        isbn = {978-0-387-98140-6},
        url = {http://ggplot2.org},
      }
      @Manual{here,
        title = {here: A Simpler Way to Find Your Files},
        author = {Kirill Müller},
        year = {2017},
        note = {R package version 0.1},
        url = {https://CRAN.R-project.org/package=here},
      }
    @Manual{kableExtra,
        title = {kableExtra: Construct Complex Table with 'kable' and Pipe Syntax},
        author = {Hao Zhu},
        year = {2019},
        note = {R package version 1.0.1},
        url = {https://CRAN.R-project.org/package=kableExtra},
      }
      @Manual{knitr,
        title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
        author = {Yihui Xie},
        year = {2016},
        url = {https://CRAN.R-project.org/package=knitr},
      }
       @Article{lubridate,
        title = {Dates and Times Made Easy with {lubridate}},
        author = {Garrett Grolemund and Hadley Wickham},
        journal = {Journal of Statistical Software},
        year = {2011},
        volume = {40},
        number = {3},
        pages = {1--25},
        url = {http://www.jstatsoft.org/v40/i03/},
      }
      @Manual{rmarkdown,
        title = {rmarkdown: Dynamic Documents for R},
        author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
        year = {2020},
        note = {R package version 2.1},
        url = {https://github.com/rstudio/rmarkdown},
      }
      @Book{rmarkdownBook,
        title = {R Markdown: The Definitive Guide},
        author = {Yihui Xie and J.J. Allaire and Garrett Grolemund},
        publisher = {Chapman and Hall/CRC},
        address = {Boca Raton, Florida},
        year = {2018},
        note = {ISBN 9781138359338},
        url = {https://bookdown.org/yihui/rmarkdown},
      }
        @Manual{skimr,
        title = {skimr: skimr},
        author = {Eduardo {Arino de la Rubia} and Hao Zhu and Shannon Ellis and Elin Waring and Michael Quinn},
        year = {2017},
        note = {R package version 1.0},
        url = {https://github.com/ropenscilabs/skimr},
      }
      
      @Manual{tidyverse,
        title = {tidyverse: Easily Install and Load 'Tidyverse' Packages},
        author = {Hadley Wickham},
        year = {2017},
        note = {R package version 1.1.1},
        url = {https://CRAN.R-project.org/package=tidyverse},
      }
      
    @Manual{viridis,
        title = {viridis: Default Color Maps from 'matplotlib'},
        author = {Simon Garnier},
        year = {2018},
        note = {R package version 0.5.1},
        url = {https://CRAN.R-project.org/package=viridis},
      }