diff --git a/R/add_deps.R b/R/add_deps.R index a119555..b038c11 100644 --- a/R/add_deps.R +++ b/R/add_deps.R @@ -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')`, diff --git a/man/add_deps.Rd b/man/add_deps.Rd index ee88536..8d56496 100644 --- a/man/add_deps.Rd +++ b/man/add_deps.Rd @@ -15,7 +15,7 @@ compendium, website, etc.) and updates the sections \strong{Depends}, \strong{Imports}, and \strong{Suggests} of the \code{DESCRIPTION} file. A \code{DESCRIPTION} file can be created and added to an existing project with -the function \code{\link[usethis:use_description]{usethis::use_description()}}. +the function \code{use_description()} of the package \code{usethis}. All \code{.R}, \code{.Rmd}, and \code{.qmd} files are screened to identify packages called by \code{library(foo)}, \code{library("foo")}, \code{library('foo')},