cran-comments.md

Submission rempsyc 0.1.8

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.7

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.6

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.5

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.4

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.3

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.2

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.1 attempt no 2

Package CITATION file contains call(s) to old-style citEntry() or citHeader()/citFooter(). Please use bibentry() instead, possibly with arguments 'header' and 'footer'.

Size of tarball: 5843394 bytes Less than 5 MB for a CRAN package, please.

Submission rempsyc 0.1.1

R CMD check results

0 errors | 0 warnings | 0 notes

Submission rempsyc 0.1.0

R CMD check results

0 errors | 0 warnings | 0 notes

Resubmission rempsyc 0.0.9

Please omit the redundant "Convenience functions to" at the start of your description.

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) Missing Rd-tags in up to 26 .Rd files, e.g.: cormatrix_excel.Rd: \value cormatrix_excel2.Rd: \value find_mad.Rd: \value format_value.Rd: \value lmSupport_modelEffectSizes.Rd: \value nice_assumptions.Rd: \value ...

Some code lines in examples are commented out. Please never do that. Ideally find toy examples that can be regularly executed and checked. Lengthy examples (> 5 sec), can be wrapped in \donttest{}. Examples in comments in: overlap_circle.Rd

\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.

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)

Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace (including the package directory and getwd()). This is not allowed by CRAN policies. Please omit any default path in writing functions. -> R/cormatrix_excel2.R In your examples/vignettes/tests you can write to tempdir(). -> man/nice_scatter.Rd; man/nice_violin.Rd

Resubmission rempsyc 0.0.8

Please omit "+ file LICENSE" and the file itself which is part of R anyway. It is only used to specify additional restrictions to the GPL such as attribution requirements.

openxlsx2 [...] This seems to be still in development and the web page warns about API changes. Something in there why you cannot use openxlsx?

R CMD check results

0 errors | 0 warnings | 2 notes



RemPsyc/rempsyc documentation built on July 2, 2024, 9:41 p.m.