Re: [R-pkg-devel] Having shiny as an optional dependency

2020-11-16 Thread Kamil Stachowski
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

Re: [R-pkg-devel] Having shiny as an optional dependency

2020-11-16 Thread Kamil Stachowski
; 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

Re: [R-pkg-devel] Having shiny as an optional dependency

2020-11-14 Thread Kamil Stachowski
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

[R-pkg-devel] Having shiny as an optional dependency

2020-11-14 Thread Kamil Stachowski
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