Merck / metalite

An R package to create metadata structure for ADaM data analysis and reporting
https://merck.github.io/metalite/
GNU General Public License v3.0
15 stars 5 forks source link

Response to CRAN comments #123

Closed LittleBeannie closed 1 year ago

LittleBeannie commented 1 year ago

The Description field is intended to be a (one paragraph) description of what the package does and why it may be useful. Please add more details about the package functionality and implemented methods in your Description text.

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) authors (year) authors (year, ISBN:...) or if those are not available: with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for auto-linking. (If you want to add a title as well please put it in quotes: "Title")

"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/outdata.Rd: metalite:::outdata(meta = meta_example(), population = "apat", observation = "wk12", parameter = "rel", n = data.frame(TRTA = c("Placebo", "Xanomeline Low Dose", "Xanomeline High Dose"), n = c(86, 84, 84)), group = "TRTA", reference_group = 1, order = 1:3)

Please fix and resubmit.

Best, Victoria Wimmer