Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero1999 authored Nov 28, 2024
2 parents ac7a36d + 9405987 commit 50e1e06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inst/template/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ image: [IMG]

```{r setup, include=FALSE}
long_slug <- [SLUG]
# renv::use(lockfile = "renv.lock")
library(link)
link::auto()
```

<!--------------- post begins here ----------------->

Please use the {link} package to automatically link packages and functions.
To link to a package simply wrap it in curly braces: {dplyr}.
Link a function from a package like: dplyr::filter().
For more information check out {link}.



Expand Down

0 comments on commit 50e1e06

Please sign in to comment.