If there are references describing the methods in your package, please
add these in the description field of your DESCRIPTION file in the form
authors (year) doi:...
authors (year, ISBN:...)
or if those are not available: https:...
with no space after 'doi:', 'https:' and angle brackets for
auto-linking. (If you want to add a title as well please put it in
quotes: "Title")
For more details:
https://contributor.r-project.org/cran-cookbook/description_issues.html#references
"Using foo:::f instead of foo::f allows access to unexported objects.
This is generally not recommended, as the semantics of unexported
objects may be changed by the package author in routine maintenance."
Please omit one colon.
-> Used ::: in documentation:
man/imputePartialDates.Rd:
tidygedcom:::imputePartialDates(c("Oct 1814", "1844", "28 Apr
1775", NA))
man/stripDateQualifiers.Rd:
tidygedcom:::stripDateQualifiers(c("ABT 1835", "Aft. Oct 1896"))
You write information messages to the console that cannot be easily
suppressed.
It is more R like to generate objects that can be used to extract the
information a user is interested in, and then print() that object.
Instead of print()/cat() rather use message()/warning() or
if(verbose)cat(..) (or maybe stop()) if you really have to write text to
the console. (except for print, summary, interactive functions)
For more details:
https://contributor.r-project.org/cran-cookbook/code_issues.html#using-printcat
-> R/cleanPedigree.R
Please fix and resubmit.
Best,
Konstanze Lauseker (she/her)
On 28/07/2026 03:40, CRAN Package Submission Form via CRAN-submissions
wrote:
External Sender
If there are references describing the methods in your package, please
add these in the description field of your DESCRIPTION file in the form
authors (year) doi:...
authors (year, ISBN:...)
or if those are not available: https:...
with no space after 'doi:', 'https:' and angle brackets for
auto-linking. (If you want to add a title as well please put it in
quotes: "Title")
For more details:
https://contributor.r-project.org/cran-cookbook/description_issues.html#references
"Using foo:::f instead of foo::f allows access to unexported objects.
This is generally not recommended, as the semantics of unexported
objects may be changed by the package author in routine maintenance."
Please omit one colon.
-> Used ::: in documentation:
man/imputePartialDates.Rd:
tidygedcom:::imputePartialDates(c("Oct 1814", "1844", "28 Apr
1775", NA))
man/stripDateQualifiers.Rd:
tidygedcom:::stripDateQualifiers(c("ABT 1835", "Aft. Oct 1896"))
You write information messages to the console that cannot be easily
suppressed.
It is more R like to generate objects that can be used to extract the
information a user is interested in, and then print() that object.
Instead of print()/cat() rather use message()/warning() or
if(verbose)cat(..) (or maybe stop()) if you really have to write text to
the console. (except for print, summary, interactive functions)
For more details:
https://contributor.r-project.org/cran-cookbook/code_issues.html#using-printcat
-> R/cleanPedigree.R
Please fix and resubmit.
Best,
Konstanze Lauseker (she/her)
On 28/07/2026 03:40, CRAN Package Submission Form via CRAN-submissions
wrote: