Skip to content

Commit

Permalink
Closes #251 general issue add link package to the template (#256)
Browse files Browse the repository at this point in the history
* add link to template

* fixed typo

* simplified text

* remove renv
  • Loading branch information
StefanThoma authored Nov 27, 2024
1 parent 8722d39 commit 9405987
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 9405987

Please sign in to comment.