Skip to content

Commit

Permalink
regenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Mar 31, 2024
1 parent 799d97a commit f61d7a6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 30 deletions.
Binary file modified data/mmash.rda
Binary file not shown.
81 changes: 51 additions & 30 deletions includes/packages.bib
Original file line number Diff line number Diff line change
@@ -1,145 +1,166 @@
@Manual{R-desc,
title = {desc: Manipulate DESCRIPTION Files},
author = {Gábor Csárdi and Kirill Müller and Jim Hester},
year = {2022},
note = {https://github.com/r-lib/desc#readme},
year = {2023},
note = {R package version 1.4.3},
url = {https://desc.r-lib.org/},
}

@Manual{R-downlit,
title = {downlit: Syntax Highlighting and Automatic Linking},
author = {Hadley Wickham},
year = {2022},
note = {https://downlit.r-lib.org/},
year = {2023},
note = {R package version 0.4.3},
url = {https://downlit.r-lib.org/},
}

@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
year = {2023},
note = {https://dplyr.tidyverse.org},
note = {R package version 1.1.4},
url = {https://dplyr.tidyverse.org},
}

@Manual{R-fs,
title = {fs: Cross-Platform File System Operations Based on libuv},
author = {Jim Hester and Hadley Wickham and Gábor Csárdi},
year = {2023},
note = {https://fs.r-lib.org, https://github.com/r-lib/fs},
note = {R package version 1.6.3},
url = {https://fs.r-lib.org},
}

@Manual{R-glue,
title = {glue: Interpreted String Literals},
author = {Jim Hester and Jennifer Bryan},
year = {2022},
note = {https://github.com/tidyverse/glue},
year = {2024},
note = {R package version 1.7.0},
url = {https://glue.tidyverse.org/},
}

@Manual{R-here,
title = {here: A Simpler Way to Find Your Files},
author = {Kirill Müller},
year = {2020},
note = {https://here.r-lib.org/},
note = {R package version 1.0.1},
url = {https://here.r-lib.org/},
}

@Manual{R-htmltools,
title = {htmltools: Tools for HTML},
author = {Joe Cheng and Carson Sievert and Barret Schloerke and Winston Chang and Yihui Xie and Jeff Allen},
year = {2023},
note = {https://github.com/rstudio/htmltools},
year = {2024},
note = {R package version 0.5.8,
https://rstudio.github.io/htmltools/},
url = {https://github.com/rstudio/htmltools},
}

@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2023},
note = {R package version 1.43},
note = {R package version 1.45},
url = {https://yihui.org/knitr/},
}

@Manual{R-magrittr,
title = {magrittr: A Forward-Pipe Operator for R},
author = {Stefan Milton Bache and Hadley Wickham},
year = {2022},
note = {https://magrittr.tidyverse.org},
note = {R package version 2.0.3,
https://github.com/tidyverse/magrittr},
url = {https://magrittr.tidyverse.org},
}

@Manual{R-pak,
title = {pak: Another Approach to Package Installation},
author = {Gábor Csárdi and Jim Hester},
note = {R package version 0.5.1},
year = {2024},
note = {R package version 0.7.2},
url = {https://pak.r-lib.org/},
year = {2023},
}

@Manual{R-prodigenr,
title = {prodigenr: Research Project Directory Generator},
author = {Luke Johnston},
year = {2022},
note = {https://github.com/rostools/prodigenr},
note = {R package version 0.6.2,
https://rostools.github.io/prodigenr/},
url = {https://github.com/rostools/prodigenr},
}

@Manual{R-purrr,
title = {purrr: Functional Programming Tools},
author = {Hadley Wickham and Lionel Henry},
year = {2023},
note = {https://purrr.tidyverse.org/},
note = {R package version 1.0.2},
url = {https://purrr.tidyverse.org/},
}

@Manual{R-r3,
title = {r3: Companion Package for the R3 Courses},
author = {Luke Johnston},
year = {2023},
note = {R package version 0.2.4},
note = {R package version 0.2.5},
url = {https://github.com/rostools/r3},
}

@Manual{R-snakecase,
title = {snakecase: Convert Strings into any Case},
author = {Malte Grosser},
year = {2019},
note = {R package version 0.11.0},
year = {2023},
note = {R package version 0.11.1},
url = {https://github.com/Tazinho/snakecase},
}

@Manual{R-stringr,
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2022},
note = {https://stringr.tidyverse.org},
year = {2023},
note = {R package version 1.5.1,
https://github.com/tidyverse/stringr},
url = {https://stringr.tidyverse.org},
}

@Manual{R-styler,
title = {styler: Non-Invasive Pretty Printing of R Code},
author = {Kirill Müller and Lorenz Walthert},
year = {2023},
note = {https://github.com/r-lib/styler},
note = {R package version 1.10.2},
url = {https://github.com/r-lib/styler},
}

@Manual{R-tidyverse,
title = {tidyverse: Easily Install and Load the Tidyverse},
author = {Hadley Wickham},
year = {2023},
note = {https://tidyverse.tidyverse.org},
note = {R package version 2.0.0,
https://github.com/tidyverse/tidyverse},
url = {https://tidyverse.tidyverse.org},
}

@Manual{R-usethis,
title = {usethis: Automate Package and Project Setup},
author = {Hadley Wickham and Jennifer Bryan and Malcolm Barrett},
year = {2022},
note = {https://usethis.r-lib.org},
author = {Hadley Wickham and Jennifer Bryan and Malcolm Barrett and Andy Teucher},
year = {2024},
note = {R package version 2.2.3},
url = {https://usethis.r-lib.org},
}

@Manual{R-vroom,
title = {vroom: Read and Write Rectangular Text Data Quickly},
author = {Jim Hester and Hadley Wickham and Jennifer Bryan},
year = {2023},
note = {https://vroom.r-lib.org},
note = {R package version 1.6.5},
url = {https://vroom.r-lib.org},
}

@Manual{R-withr,
title = {withr: Run Code With Temporarily Modified Global State},
author = {Jim Hester and Lionel Henry and Kirill Müller and Kevin Ushey and Hadley Wickham and Winston Chang},
year = {2022},
note = {https://withr.r-lib.org},
year = {2024},
note = {R package version 3.0.0},
url = {https://withr.r-lib.org},
}

@Book{knitr2015,
Expand Down

0 comments on commit f61d7a6

Please sign in to comment.