create_example_pkg: Create a package example producing notes and errors
Description
Create a package example producing notes and errors
Usage
create_example_pkg(
path = tempfile(pattern = "pkg-"),
with_functions = TRUE,
with_extra_notes = FALSE
)
Value
Path where the example package is stored.
Arguments
- path
Path where to store the example package
- with_functions
Logical. Whether there will be functions or not (with notes)
- with_extra_notes
Logical. Whether there are extra notes or not