Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.14 KB

cran-comments.md

File metadata and controls

22 lines (12 loc) · 1.14 KB

R CMD check results

0 errors | 0 warnings | 2 notes

responses to coments

Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. \value{No return value, called for side effects} or similar)

  • pipe.Rd: This is an imported function (from dplyr), so it seems odd for me to replicate their explanations, but I've done it.
  • print.design, print.nested_list, print.psychds_codebook: Done!

\dontrun{} should only be used if the example really cannot be executed (e.g. because of missing additional software, missing API keys, ...) by the user. That's why wrapping examples in \dontrun{} adds the comment ("# Not run:") as a warning for the user. Does not seem necessary. Please replace \dontrun with \donttest.

  • faux_options: Done!

Please do not modifiy the .GlobalEnv. This is not allowed by the CRAN policies.

  • R/norta.R: Done!