The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of link is to help blog authors include links to their prose.
You can install the development version of link like so:
Include this in your Rmd
or qmd
document to turn <pkg>::<fun>()
and {<pkg>}
into hyperlinks.
```{r, echo = FALSE}
link::auto()
```
You can drop the {
and the pkg::
if you like:
```{r, echo = FALSE}
link::auto(keep_braces = FALSE, keep_pkg_prefix = FALSE)
```
By default, bslib powered tooltips are added. You can opt-out with type = "plain"
.
```{r, echo = FALSE}
link::auto(type = "plain")
```
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.