Skip to content
Prev 5194 / 12125 Next

[R-pkg-devel] Examples for functions called by Shiny server

In general:

- You need examples for exported functions.
- You should test s much of the package as possible, of course.
- For shiny you have code on ./inst, but there should only be code for 
shiny, not additional fdiunctionaliyt that should be striiped out and 
made availabe via functions defined in ./R.

I haven't looked at the details, but if you fullfilled tjhe above, 
please simply resubmit or in case you do not need to change anytrhing, 
simply say so and respond to the CRAN team member CCing 
cran-submissions at ...


Best,
Uwe Ligges
On 16.03.2020 05:22, R. Mark Sharp wrote: