Re: [R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Klaus Schliep
Thanks a lot!
Kind regards,
Klaus Schliep

On Sun, Jan 22, 2023 at 9:43 PM Uwe Ligges 
wrote:

> Indeed,
>
>
> * checking re-building of vignette outputs ... [13m] OK
>
> Please reduce the vignette build timings by using
>   - small toy data only
>   - few iterations
>   - or by providing precomputed results for the most lengthy parts.
> Otherwise we cannot afford checking the vignette regularly on CRAN.
>
> Best,
> Uwe Ligges
>
>
> On 22.01.2023 19:55, Ben Bolker wrote:
> >Seems pretty mysterious to me! (No cryptic NOTEs anywhere in the
> > logs, other than the inevitable "Note_to_CRAN_maintainers")
> >
> >I will be curious to see if anyone else finds something, but my guess
> > is a hiccup on the CRAN end (i.e., you'll end up sending e-mail to the
> > CRAN maintainers to clarify what's going on)
> >
> >
> > On 2023-01-22 1:51 p.m., Klaus Schliep wrote:
> >>   Dear all,
> >>
> >> I try to submit a new version of the package phangorn and got the mail
> >> back:
> >>
> >> "Dear maintainer,
> >>
> >> package phangorn_2.11.0.tar.gz does not pass the incoming checks
> >> automatically, please see the following pre-tests:
> >> Windows: <
> >>
> https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Windows/00check.log
> >>>
> >> Status: OK
> >> Debian: <
> >>
> https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Debian/00check.log
> >>>
> >> Status: OK"
> >>
> >> I am kind of puzzled as to what the problem is, but it might well be
> >> that I
> >> missed something? I appreciate any suggestions.
> >>
> >> Kind regards,
> >> Klaus Schliep
> >>
> >>
> >
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>


-- 
Klaus Schliep

Senior Scientist
Institute of Molecular Biotechnology
TU Graz
https://ubt.tugraz.at 

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Uwe Ligges

Indeed,


* checking re-building of vignette outputs ... [13m] OK

Please reduce the vignette build timings by using
 - small toy data only
 - few iterations
 - or by providing precomputed results for the most lengthy parts. 
Otherwise we cannot afford checking the vignette regularly on CRAN.


Best,
Uwe Ligges


On 22.01.2023 19:55, Ben Bolker wrote:
   Seems pretty mysterious to me! (No cryptic NOTEs anywhere in the 
logs, other than the inevitable "Note_to_CRAN_maintainers")


   I will be curious to see if anyone else finds something, but my guess 
is a hiccup on the CRAN end (i.e., you'll end up sending e-mail to the 
CRAN maintainers to clarify what's going on)



On 2023-01-22 1:51 p.m., Klaus Schliep wrote:

  Dear all,

I try to submit a new version of the package phangorn and got the mail 
back:


"Dear maintainer,

package phangorn_2.11.0.tar.gz does not pass the incoming checks
automatically, please see the following pre-tests:
Windows: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Windows/00check.log



Status: OK
Debian: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Debian/00check.log



Status: OK"

I am kind of puzzled as to what the problem is, but it might well be 
that I

missed something? I appreciate any suggestions.

Kind regards,
Klaus Schliep






__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Ivan Krylov
On Sun, 22 Jan 2023 19:51:30 +0100
Klaus Schliep  wrote:

> package phangorn_2.11.0.tar.gz does not pass the incoming checks
> automatically, please see the following pre-tests:

Is this the whole e-mail? There may be a list of problems at the end of
the message, right after the signature ("Best regards, CRAN teams'
auto-check service"). It may be about the time your vignette took to
build on Windows, but I'm not sure about that.

-- 
Best regards,
Ivan

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Jeff Newmiller
Long build time for vignettes?

On January 22, 2023 10:51:30 AM PST, Klaus Schliep  
wrote:
> Dear all,
>
>I try to submit a new version of the package phangorn and got the mail back:
>
>"Dear maintainer,
>
>package phangorn_2.11.0.tar.gz does not pass the incoming checks
>automatically, please see the following pre-tests:
>Windows: <
>https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Windows/00check.log
>>
>Status: OK
>Debian: <
>https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Debian/00check.log
>>
>Status: OK"
>
>I am kind of puzzled as to what the problem is, but it might well be that I
>missed something? I appreciate any suggestions.
>
>Kind regards,
>Klaus Schliep
>
>

-- 
Sent from my phone. Please excuse my brevity.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Ben Bolker
  Seems pretty mysterious to me! (No cryptic NOTEs anywhere in the 
logs, other than the inevitable "Note_to_CRAN_maintainers")


  I will be curious to see if anyone else finds something, but my guess 
is a hiccup on the CRAN end (i.e., you'll end up sending e-mail to the 
CRAN maintainers to clarify what's going on)



On 2023-01-22 1:51 p.m., Klaus Schliep wrote:

  Dear all,

I try to submit a new version of the package phangorn and got the mail back:

"Dear maintainer,

package phangorn_2.11.0.tar.gz does not pass the incoming checks
automatically, please see the following pre-tests:
Windows: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Windows/00check.log



Status: OK
Debian: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Debian/00check.log



Status: OK"

I am kind of puzzled as to what the problem is, but it might well be that I
missed something? I appreciate any suggestions.

Kind regards,
Klaus Schliep




--
Dr. Benjamin Bolker
Professor, Mathematics & Statistics and Biology, McMaster University
Director, School of Computational Science and Engineering
(Acting) Graduate chair, Mathematics & Statistics
> E-mail is sent at my convenience; I don't expect replies outside of 
working hours.


__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] Pretest failed and I fail to find out what's the problem

2023-01-22 Thread Klaus Schliep
 Dear all,

I try to submit a new version of the package phangorn and got the mail back:

"Dear maintainer,

package phangorn_2.11.0.tar.gz does not pass the incoming checks
automatically, please see the following pre-tests:
Windows: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Windows/00check.log
>
Status: OK
Debian: <
https://win-builder.r-project.org/incoming_pretest/phangorn_2.11.0_20230122_175755/Debian/00check.log
>
Status: OK"

I am kind of puzzled as to what the problem is, but it might well be that I
missed something? I appreciate any suggestions.

Kind regards,
Klaus Schliep


-- 
Klaus Schliep

Senior Scientist
Institute of Molecular Biotechnology
TU Graz

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel