What happens if you simply try again?
Best,
Uwe Ligges
On 26.04.2021 20:32, Tim Schäfer wrote:
Dear R experts,
I am testing my R package 'fsbrain' using the Winbuilder service [1] before
submitting a new version to CRAN.
All checks pass under R versions 4.0.5 and 4.1.0 alpha, but the install
Dear R experts,
I am testing my R package 'fsbrain' using the Winbuilder service [1] before
submitting a new version to CRAN.
All checks pass under R versions 4.0.5 and 4.1.0 alpha, but the installation
fails under R 3.6.3 because of a problem related to rgl, which is a dependency
of my packag
On 26/04/2021 9:20 a.m., Ott Toomet wrote:
I think part of the problem is that the corresponding section in
"Writing R extensions" is not very clear for newcomers. I admit I have
read it several times as I have been confused about the difference
between suggest, imports and depends, and so com
I think part of the problem is that the corresponding section in "Writing R
extensions" is not very clear for newcomers. I admit I have read it
several times as I have been confused about the difference between suggest,
imports and depends, and so combed section 1.1.3 repeatedly. But from this
em
On 26/04/2021 8:55 a.m., Duncan Murdoch wrote:
I had been under the mistaken impression that warnings in test code
would lead to NOTEs or WARNINGs in R CMD check, but they are ignored.
I think the only outcomes from running test code are OK or ERROR, the
latter happening when R exits with a non-
I had been under the mistaken impression that warnings in test code
would lead to NOTEs or WARNINGs in R CMD check, but they are ignored.
I think the only outcomes from running test code are OK or ERROR, the
latter happening when R exits with a non-zero status, as it does by
default when there
On 4/25/21 2:49 PM, Duncan Murdoch wrote:
The current CRAN release of rgl fails on winUCRT because of missing
dependencies:
'htmlwidgets', 'htmltools', 'knitr', 'jsonlite', 'shiny', 'magrittr',
'crosstalk', 'manipulateWidget'.
Tracing `htmlwidgets` shows it also fails because of missing
d
On 25/04/2021 10:30 p.m., Cai Li wrote:
Thanks Duncan! I was advised not to export those functions in the
namespace and keep them as internals. In terms of this, could you advise
what specific changes should I make to the C code so that I can evaluate
them in a suitable environment? I tried som