Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #251 general issue add link package to the template #256

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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