It works! Thank you so much!
Best wishes,
Kamil Stachowski
On Mon, 16 Nov 2020 at 11:53, Duncan Murdoch
wrote:
> On 16/11/2020 4:55 a.m., Kamil Stachowski wrote:
> > I did briefly wonder why your reply to me cited an email from Akshit
> Achara
> > who asked about third party
;
where
ui.soundchanges <- shiny::fluidPage ([…]
> shinyjqui::sortableCheckboxGroupInput […])
>
I tried wrapping "ui.soundchanges" in a function in the same way as I did
with "soundcorrsGUI" but this doesn't help.
Is there a way to make it work without turning
ort functions from shiny. Don't do that, refer to them
> with the `::` operator instead.
>
> Gabor
>
> On Sat, Nov 14, 2020 at 6:12 PM Kamil Stachowski
> wrote:
> >
> > I wrote a package that contains a graphical interface written with
> packages
> > "shin
I wrote a package that contains a graphical interface written with packages
"shiny" and "shinyjqui". My package can also be used from the CLI, so I
listed both "shiny" and "shinyjqui" as optional dependencies. I ran R CMD
check --as-cran on my computer in R 3.6.3 and devel, and both passed
without