1 Welcome!

We hope you enjoy your time in the Ryten lab! The goal of this book is to capture the tasks we share as a team and document the things we would have liked to have known throughout our time in the Ryten lab.

1.2 Acknowledgements

This book was made possible thanks to the R package bookdown (Xie 2022).

The below code automatically generates 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')

1.3 Joining the Ryten lab website

To join the Ryten lab website as a team member, please fill the document you will find on the group Sharepoint site. Please, remember you must be a member of rytenlab to access this file. Once you have completed it, return it back to Sonia García Ruiz. She will then generate a profile for you on the website.

References

Xie, Yihui. 2022. Bookdown: Authoring Books and Technical Documents with R Markdown. https://CRAN.R-project.org/package=bookdown.