Skip to content

Commit 2d5000b

Browse files
committed
Remove xref to devtools, which is not in DESCRIPTION
1 parent d866ca2 commit 2d5000b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/documentation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' Adds a dummy `.R` file that will prompt roxygen to generate basic
44
#' package-level documentation. If your package is named "foo", this will make
55
#' help available to the user via `?foo` or `package?foo`. Once you call
6-
#' [devtools::document()], roxygen will flesh out the `.Rd` file using data from
6+
#' `devtools::document()`, roxygen will flesh out the `.Rd` file using data from
77
#' the `DESCRIPTION`. That ensures you don't need to repeat the same information
88
#' in multiple places. This `.R` file is also a good place for roxygen
99
#' directives that apply to the whole package (vs. a specific function), such as

man/use_package_doc.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)