You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 5 години
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 = {2018},
  7. url = {https://www.R-project.org/},
  8. }
  9. @Manual{R-dplyr,
  10. title = {dplyr: A Grammar of Data Manipulation},
  11. author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
  12. year = {2019},
  13. note = {R package version 0.8.0.1},
  14. url = {https://CRAN.R-project.org/package=dplyr},
  15. }
  16. @Manual{R-forcats,
  17. title = {forcats: Tools for Working with Categorical Variables (Factors)},
  18. author = {Hadley Wickham},
  19. year = {2018},
  20. note = {R package version 0.3.0},
  21. url = {https://CRAN.R-project.org/package=forcats},
  22. }
  23. @Manual{R-ggplot2,
  24. title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
  25. author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo},
  26. year = {2019},
  27. note = {R package version 3.1.1},
  28. url = {https://CRAN.R-project.org/package=ggplot2},
  29. }
  30. @Manual{R-patchwork,
  31. title = {patchwork: The Composer of ggplots},
  32. author = {Thomas Lin Pedersen},
  33. year = {2017},
  34. note = {R package version 0.0.1},
  35. url = {https://github.com/thomasp85/patchwork},
  36. }
  37. @Manual{R-purrr,
  38. title = {purrr: Functional Programming Tools},
  39. author = {Lionel Henry and Hadley Wickham},
  40. year = {2019},
  41. note = {R package version 0.3.2},
  42. url = {https://CRAN.R-project.org/package=purrr},
  43. }
  44. @Manual{R-readr,
  45. title = {readr: Read Rectangular Text Data},
  46. author = {Hadley Wickham and Jim Hester and Romain Francois},
  47. year = {2018},
  48. note = {R package version 1.3.1},
  49. url = {https://CRAN.R-project.org/package=readr},
  50. }
  51. @Manual{R-see,
  52. title = {see: Visualisation Toolbox for 'easystats' and Extra Geoms, Themes
  53. and Color Palettes for 'ggplot2'},
  54. author = {Daniel Lüdecke and Dominique Makowski and Philip Waggoner and Mattan S. Ben-Shachar},
  55. year = {2019},
  56. note = {R package version 0.1.0},
  57. url = {https://CRAN.R-project.org/package=see},
  58. }
  59. @Manual{R-stringr,
  60. title = {stringr: Simple, Consistent Wrappers for Common String Operations},
  61. author = {Hadley Wickham},
  62. year = {2019},
  63. note = {R package version 1.4.0},
  64. url = {https://CRAN.R-project.org/package=stringr},
  65. }
  66. @Manual{R-tibble,
  67. title = {tibble: Simple Data Frames},
  68. author = {Kirill Müller and Hadley Wickham},
  69. year = {2019},
  70. note = {R package version 2.1.1},
  71. url = {https://CRAN.R-project.org/package=tibble},
  72. }
  73. @Manual{R-tidyr,
  74. title = {tidyr: Easily Tidy Data with 'spread()' and 'gather()' Functions},
  75. author = {Hadley Wickham and Lionel Henry},
  76. year = {2019},
  77. note = {R package version 0.8.3},
  78. url = {https://CRAN.R-project.org/package=tidyr},
  79. }
  80. @Manual{R-tidyverse,
  81. title = {tidyverse: Easily Install and Load the 'Tidyverse'},
  82. author = {Hadley Wickham},
  83. year = {2017},
  84. note = {R package version 1.2.1},
  85. url = {https://CRAN.R-project.org/package=tidyverse},
  86. }