Skip to content

Commit

Permalink
doc: update function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Dec 19, 2024
1 parent 85773db commit 03b0ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/add_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' **Imports**, and **Suggests** of the `DESCRIPTION` file.
#'
#' A `DESCRIPTION` file can be created and added to an existing project with
#' the function [usethis::use_description()].
#' the function `use_description()` of the package `usethis`.
#'
#' All `.R`, `.Rmd`, and `.qmd` files are screened to identify packages
#' called by `library(foo)`, `library("foo")`, `library('foo')`,
Expand Down
2 changes: 1 addition & 1 deletion man/add_deps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03b0ee1

Please sign in to comment.