Skip to content

Commit

Permalink
'place holder' -> placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Nov 28, 2024
1 parent d1d3b33 commit 80a3440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/namespace.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ This is automated by `usethis::use_import_from()`.
NULL
```

Note the use of `NULL` here: you must provide something for roxygen2 to document, so we use `NULL` as place holder.
Note the use of `NULL` here: you must provide something for roxygen2 to document, so we use `NULL` as placeholder.

It is possible, but not generally recommended to import all functions from a package with `@import package`.
This is risky if you import functions from more than one package, because while it might be ok today, in the future the packages might end up with a function having the same name, and your users will get a warning every time your package is loaded.
Expand Down

0 comments on commit 80a3440

Please sign in to comment.