R CMD check -- as-cran is returning the following warning:
Duration: 1m 26.9s
❯ checking for missing documentation entries ... WARNING
Undocumented code objects:
'umapgp'
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
0 errors ✔ | 1 warning ✖ | 0 notes ✔
Error: R CMD check found WARNINGs
Execution halted
Exited with status 1.
Need to edit the undocumented @path variable, and merge the package and umapgp function into a single .Rd file using the @rdname roxygen tag.
R CMD check -- as-cranis returning the following warning:Need to edit the undocumented
@pathvariable, and merge the package andumapgpfunction into a single .Rd file using the@rdnameroxygen tag.