You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The downlit R package auto-links package and function references in rendered R content. Two flavors:
Code-block autolinks — function names inside R code blocks become hyperlinks to their docs (rdrr.io for base R / CRAN packages, pkgdown sites for tidyverse-style packages).
Prose autolinks — bare-word mentions of "attached" packages in prose link to the package homepage. Triggered by an options(download.attached = c("shiny", "bslib")) chunk in the source .qmd.
Example: every plain-text bslib mention becomes <a href="https://rstudio.github.io/bslib/">bslib</a>.
The current Hugo site renders neither flavor. Supporting them would benefit ported posts (authored expecting downlit) and any new R-content posts.
Ported posts where downlit-generated links are missing
The downlit R package auto-links package and function references in rendered R content. Two flavors:
Code-block autolinks — function names inside R code blocks become hyperlinks to their docs (rdrr.io for base R / CRAN packages, pkgdown sites for tidyverse-style packages).
Example:
Prose autolinks — bare-word mentions of "attached" packages in prose link to the package homepage. Triggered by an
options(download.attached = c("shiny", "bslib"))chunk in the source.qmd.Example: every plain-text
bslibmention becomes<a href="https://rstudio.github.io/bslib/">bslib</a>.The current Hugo site renders neither flavor. Supporting them would benefit ported posts (authored expecting downlit) and any new R-content posts.
Ported posts where downlit-generated links are missing