cran-comments.md

Resubmission

This is a resubmission of rray based on the following CRAN comments.

Thanks, please do not comment out your examples and use \donttest{} instead:

\examples{
    examples for users and checks:
    executable in < 5 sec

    donttest{
        further examples for users (not used for checks)
    }
}

I have removed the commented out examples.

You have examples for unexported functions which cannot run in this way.
Please either add rray::: to the function calls in the examples, omit 
these examples or port these functions.

I believe these were related to unexported functions that I still wanted to document. I no longer generate Rd for these, so this should be fixed.

Missing Rd-tags:
  as_array.Rd: \value
  as_matrix.Rd: \value
  as_rray.Rd: \value
....

Please add this tag in your Rd-files and explain the function's output.

I have added return value descriptions for all functions.

Comments

This is the first release of rray.

The install size of rray is on the larger end for an R package, but is generally due to xtensor being a header only library.

Test environments

R CMD check results

0 errors | 0 warnings | 1 note



DavisVaughan/rray documentation built on Feb. 5, 2020, 10:06 p.m.