# Download pandoc filter if not available
# https://github.com/pandoc-ext/multibib
if (!file.exists("multibib.lua")) {
  download.file(url = "https://raw.githubusercontent.com/pandoc-ext/multibib/main/_extensions/multibib/multibib.lua", 
                destfile = "multibib.lua", 
                mode = "wb")
}

Here we cite a paper [@smith_software_2016].

Now we cite R packages:

library("ggplot2")
library("visreg")
grateful::cite_packages(output = "paragraph", pkgs = "Session", out.dir = ".")

References

::: {#refs-main} :::

Software

::: {#refs-software} :::



Pakillo/grateful documentation built on Feb. 14, 2025, 2:28 p.m.