Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

135 lines
4.5KB

  1. @Manual{R-base,
  2. title = {R: A Language and Environment for Statistical Computing},
  3. author = {{R Core Team}},
  4. organization = {R Foundation for Statistical Computing},
  5. address = {Vienna, Austria},
  6. year = {2019},
  7. url = {https://www.R-project.org/},
  8. }
  9. @Manual{R-devtools,
  10. title = {devtools: Tools to Make Developing R Packages Easier},
  11. author = {Hadley Wickham and Jim Hester and Winston Chang},
  12. year = {2019},
  13. note = {R package version 2.1.0},
  14. url = {https://CRAN.R-project.org/package=devtools},
  15. }
  16. @Manual{R-dplyr,
  17. title = {dplyr: A Grammar of Data Manipulation},
  18. author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
  19. year = {2019},
  20. note = {R package version 0.8.3},
  21. url = {https://CRAN.R-project.org/package=dplyr},
  22. }
  23. @Manual{R-forcats,
  24. title = {forcats: Tools for Working with Categorical Variables (Factors)},
  25. author = {Hadley Wickham},
  26. year = {2019},
  27. note = {R package version 0.4.0},
  28. url = {https://CRAN.R-project.org/package=forcats},
  29. }
  30. @Manual{R-ggplot2,
  31. title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
  32. author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani},
  33. year = {2019},
  34. note = {R package version 3.2.1},
  35. url = {https://CRAN.R-project.org/package=ggplot2},
  36. }
  37. @Manual{R-ggraph,
  38. title = {ggraph: An Implementation of Grammar of Graphics for Graphs and Networks},
  39. author = {Thomas Lin Pedersen},
  40. year = {2019},
  41. note = {R package version 2.0.0},
  42. url = {https://CRAN.R-project.org/package=ggraph},
  43. }
  44. @Manual{R-igraph,
  45. title = {igraph: Network Analysis and Visualization},
  46. author = {See AUTHORS file.},
  47. year = {2019},
  48. note = {R package version 1.2.4.1},
  49. url = {https://CRAN.R-project.org/package=igraph},
  50. }
  51. @Manual{R-patchwork,
  52. title = {patchwork: The Composer of ggplots},
  53. author = {Thomas Lin Pedersen},
  54. year = {2017},
  55. note = {R package version 0.0.1},
  56. url = {https://github.com/thomasp85/patchwork},
  57. }
  58. @Manual{R-purrr,
  59. title = {purrr: Functional Programming Tools},
  60. author = {Lionel Henry and Hadley Wickham},
  61. year = {2019},
  62. note = {R package version 0.3.3},
  63. url = {https://CRAN.R-project.org/package=purrr},
  64. }
  65. @Manual{R-readr,
  66. title = {readr: Read Rectangular Text Data},
  67. author = {Hadley Wickham and Jim Hester and Romain Francois},
  68. year = {2018},
  69. note = {R package version 1.3.1},
  70. url = {https://CRAN.R-project.org/package=readr},
  71. }
  72. @Manual{R-rlang,
  73. title = {rlang: Functions for Base Types and Core R and 'Tidyverse' Features},
  74. author = {Lionel Henry and Hadley Wickham},
  75. year = {2019},
  76. note = {R package version 0.4.1},
  77. url = {https://CRAN.R-project.org/package=rlang},
  78. }
  79. @Manual{R-see,
  80. title = {see: Visualisation Toolbox for 'easystats' and Extra Geoms, Themes
  81. and Color Palettes for 'ggplot2'},
  82. author = {Daniel Lüdecke and Dominique Makowski and Philip Waggoner and Mattan S. Ben-Shachar},
  83. year = {2019},
  84. note = {R package version 0.2.1},
  85. url = {https://CRAN.R-project.org/package=see},
  86. }
  87. @Manual{R-stringr,
  88. title = {stringr: Simple, Consistent Wrappers for Common String Operations},
  89. author = {Hadley Wickham},
  90. year = {2019},
  91. note = {R package version 1.4.0},
  92. url = {https://CRAN.R-project.org/package=stringr},
  93. }
  94. @Manual{R-tibble,
  95. title = {tibble: Simple Data Frames},
  96. author = {Kirill Müller and Hadley Wickham},
  97. year = {2019},
  98. note = {R package version 2.1.3},
  99. url = {https://CRAN.R-project.org/package=tibble},
  100. }
  101. @Manual{R-tidygraph,
  102. title = {tidygraph: A Tidy API for Graph Manipulation},
  103. author = {Thomas Lin Pedersen},
  104. year = {2019},
  105. note = {R package version 1.1.2},
  106. url = {https://CRAN.R-project.org/package=tidygraph},
  107. }
  108. @Manual{R-tidyr,
  109. title = {tidyr: Easily Tidy Data with 'spread()' and 'gather()' Functions},
  110. author = {Hadley Wickham and Lionel Henry},
  111. year = {2019},
  112. note = {R package version 0.8.3},
  113. url = {https://CRAN.R-project.org/package=tidyr},
  114. }
  115. @Manual{R-tidyverse,
  116. title = {tidyverse: Easily Install and Load the 'Tidyverse'},
  117. author = {Hadley Wickham},
  118. year = {2017},
  119. note = {R package version 1.2.1},
  120. url = {https://CRAN.R-project.org/package=tidyverse},
  121. }
  122. @Manual{R-usethis,
  123. title = {usethis: Automate Package and Project Setup},
  124. author = {Hadley Wickham and Jennifer Bryan},
  125. year = {2019},
  126. note = {R package version 1.5.1},
  127. url = {https://CRAN.R-project.org/package=usethis},
  128. }
  129. @Manual{R-vizoR,
  130. title = {vizoR: Helper Functions For Dataviz In R},
  131. author = {Antoine Neuraz},
  132. note = {R package version 0.0.0.9000},
  133. year = {2019},
  134. }