Skip to content

Commit

Permalink
Fix typo (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Jan 22, 2024
1 parent b5e882a commit f52889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rd-other.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Note the use of two additional tags that are particularly useful for documenting
## Packages

As well as documenting every object inside the package, you can also document the package itself by documenting the special sentinel `"_PACKAGE"`.
This automatically include information parsed from the `DESCRIPTION`, including title, description, list of authors, and useful URLs.
This automatically includes information parsed from the `DESCRIPTION`, including title, description, list of authors, and useful URLs.

We recommend placing package documentation in `{pkgname}-package.R`, and have `@keywords internal`.
Use `usethis::use_package_doc()` to set up automatically.
Expand Down

0 comments on commit f52889c

Please sign in to comment.