Hi,
I would still submit the package:
First I agree with Ben that the note is worth fixing (and easily enough you
just need to remove rgdal from your Description if it is not used.)
Second, and more important, because perhaps in the 9 months since the last
check changes in r-devel or quality check
* Automatic unarchiving *might* happen because someone on the CRAN
team happens to read this thread, but you will improve your odds greatly
by e-mailing c...@r-project.org with as polite a request as you can
manage ...
* My guess is that nothing will happen until you resubmit (FWIW the
NOT
Hi Lluís,
thanks for the clarification. And kudos to your detective flair. I’m serious
about that, as I would never have found out about this chain of events.
Well, there are no error or warnings to fix, so I think it would be best if
someone from the CRAN team could “unarchive” wflo since ther
Hi Riko,
That element_line() is called while loading is not a problem, this is
probably just the loading of the NAMESPACE from rstanarm.
There is nothing wrong with this function.
The problem is only when it is used with the argument `size = ` within it.
You need to figure out when that happens.
++
Hi Carsten,
This seems to be an unfortunate chain of events between different packages:
RcppMLPACK -> emstreeR -> wflo
Package RcppMLPACK was archived on 2021-12-20 as issues were not corrected
despite reminders.
This resulted in the package emstreeR being archived on 2021-12-20 as
requires archi
In rstanarm, the function posterior_vs_prior and pp_validate use
bayesplot::grid_lines which is defined as:
function (color = "gray50", size = 0.2)
{
theme(panel.grid.major = element_line(color = color, size = size),
panel.grid.minor = element_line(color = color, size = size *
You could trace the ggplot function using trace(ggplot2::element_line)
and then load the package and run your examples.
Whenever the function is used in the background, it should tell you.
++
On Thu, 22 Sept 2022 at 13:40, Duncan Murdoch
wrote:
> On 21/09/2022 5:09 p.m., Riko Kelter wrote:
> >
>On 21/09/2022 5:09 p.m., Riko Kelter wrote:
>> Hello everyone,
>>
>> I ran R CMD check --as-cran without any errors. However, when I run a check
>> on the current version of r-devel I obtain the following strange error about
>> some ggplot function:
>> * installing *source* package 'fbst' ...
>>
On 21/09/2022 5:09 p.m., Riko Kelter wrote:
Hello everyone,
I ran R CMD check --as-cran without any errors. However, when I run a check on
the current version of r-devel I obtain the following strange error about some
ggplot function:
* installing *source* package 'fbst' ...
** using staged in
Hi,
I was really, really, really surprised to learn today that my package �wflo�
was removed from CRAN almost a year ago!
Telling from the output at https://CRAN.R-project.org/package=wflo, this is due
to my package being �Archived on 2021-12-20 as requires archived package
'emstreeR'.� Howeve
Hello everyone,
I ran R CMD check --as-cran without any errors. However, when I run a check on
the current version of r-devel I obtain the following strange error about some
ggplot function:
* installing *source* package 'fbst' ...
** using staged installation
** R
** inst
** byte-compile and pr
11 matches
Mail list logo