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 C++ API. I assumed
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 C++ API. I assumed it was because the solution
to his problem and mine was the same.
In the meantime, I got a reply from Kurt Hornik who said I
I did briefly wonder why your reply to me cited an email from Akshit Achara
who asked about third party C++ API. I assumed it was because the solution
to his problem and mine was the same.
In the meantime, I got a reply from Kurt Hornik who said I have a top-level
call
soundcorrsGUI <- shiny::shi
On 14.11.2020 19:53, Kamil Stachowski wrote:
This is actually what I do. Before you replied, I was told to write to CRAN
and explain, and they will decide whether the packages will be installed on
CRAN machines. Thank you for your help nonetheless.
No, I told you about a "third party C++ API" y
This is actually what I do. Before you replied, I was told to write to CRAN
and explain, and they will decide whether the packages will be installed on
CRAN machines. Thank you for your help nonetheless.
Best,
Kamil
On Sat, 14 Nov 2020 at 19:39, Gábor Csárdi wrote:
> You probably import functio
You probably import 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
> "shiny" and "shinyjqui". My package can also be u
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