1 Welcome!

We hope you enjoy your time in the Ryten lab! Some description about the book… TO BE ADDED

1.1 Acknowledgements

For example, this book was made possible thanks to the R package bookdown (Xie 2020).

The below code automatically generates the packages.bib, a bibtex format for all the packages listed. If you contribute to this book and include a particular R package in your guide (as with bookdown above), consider adding it to the code chunk and citing it via including [@R-package_name] in the text.

knitr::write_bib(c(
  .packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')

References

Xie, Yihui. 2020. Bookdown: Authoring Books and Technical Documents with R Markdown. https://github.com/rstudio/bookdown.