OpenForSciR
OpenForSciR copied to clipboard
Add packages you use to the index.Rmd file in the write_bib section
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown' # add your packages here
), 'packages.bib')