ronnyhdez / thesis_msc

Assessing uncertainties related to the use of satellite remote sensing indices to estimate Gross Primary Production
https://github.com/ronnyhdez/thesis_msc/blob/main/thesis_docs/Assessing-uncertainties-related-to-the-use-of-satellite-remote-sensing-indices-to-estimate-Gross-Primary-Production_v0.0.6.pdf
0 stars 0 forks source link

Generate main packages citations #36

Open ronnyhdez opened 1 year ago

ronnyhdez commented 1 year ago

This can be done with:

https://bookdown.org/yihui/rmarkdown-cookbook/write-bib.html
ronnyhdez commented 4 months ago

Use data frame to iterate with the toBibtext function and write to txt file appending.

> renv::dependencies() -> dep
Finding R package dependencies ... Done!
> glimpse(dep)
Rows: 89
Columns: 5
$ Source  <chr> "/home/ronny/Documents/repos/github/thesis_msc/appendices.…
$ Package <chr> "dplyr", "gt", "tibble", "cowplot", "ggridges", "rmarkdown…
$ Require <chr> "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""…
$ Version <chr> "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""…
$ Dev     <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FA…
> toBibtex(citation("dplyr"))
@Manual{,
  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 = {R package version 1.1.2},
  url = {https://CRAN.R-project.org/package=dplyr},
}