Re: [R-pkg-devel] Confusion about what should be in Imports for a package with a shiny app

2021-03-24 Thread R. Mark Sharp
Duncan, As always, your answer is helpful. What you wrote agrees with my original understanding. I was somehow mislead by my interpretation of earlier tesing output and got on the wrong track. You are correct that the intent of the package is to enable more skilled users to use the package in

[R-pkg-devel] Confusion about what should be in Imports for a package with a shiny app

2021-03-24 Thread R. Mark Sharp
I have a package (nprcgenekeepr) in which some packages listed in the DESCRIPTION file are used only within the shiny app scripts. For my prior CRAN submission (successful), I placed such packages in the Suggests section of the DESCRIPTION file. This time testing sites seemed to have directed me

Re: [R-pkg-devel] Confusion about what should be in Imports for a package with a shiny app

2021-03-24 Thread Duncan Murdoch
On 24/03/2021 12:16 a.m., R. Mark Sharp wrote: I have a package (nprcgenekeepr) in which some packages listed in the DESCRIPTION file are used only within the shiny app scripts. For my prior CRAN submission (successful), I placed such packages in the Suggests section of the DESCRIPTION file. T