questions for Richard:
- Do you have to be super specific on each element of the documentation for the package function to be built correctly. Can you ignore all these aspects and still mange to create the function?
For example yours have this: read_imma.R#L70-91
Do you think that might be the problem? since my intention here is not to document all the functions from Liz but to have tool to export them and import them faster without sourcing code with file paths.
- How do you import functions from within the package that we are creating? I have added a
#' @include id_group_func.R
at the beginning of the scripts, I am not sure if is better to called them with my_package_name:: even if they are defined in the same package that I am creating?
Thanks