Re: [R-pkg-devel] LaTeX issues on r-devel-windows-x86_64-gcc10-UCRT?

2021-09-23 Thread Tomas Kalibera

Dear Stephan,

On 9/21/21 8:10 PM, Struckmann, Stephan wrote:

Dear Thomas,

thank you for your quick reply. I'll consider then writing to the CRAN address 
earler, if I have strong hints that the build/check system may cause a 
warning/error.
So, I'll wait for the next check-run then. If I can help you in any way with 
fixing the pipelines, just ask... CRAN is doing a great job and we definitley 
benefit strongly from it, so I should be able to find some time to help.


thanks. The new results are now available and the patches issue was 
resolved.


These results are still with MiKTeX 21.8, with some crashes (e.g. when 
building the documentation for R), but it seems dataquieR is not 
affected. I will downgrade to 21.6, which should resolve these - I've 
tested that in the automated VM setup at

https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/vm.html

Best
Tomas


Thank you again, hope we can get this fixed soon,

Greetings

Stephan




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


[R-pkg-devel] Namespace is imported from in YAML header, but attracts Note that is is not imported from

2021-09-23 Thread John H Maindonald
On the Atlas and Linux builds of my package `qra` that has just been posted 
on CRAN, I am getting the message:

> Namespace in Imports field not imported from: ‘bookdown’
>   All declared Imports should be used.

This, in spite of the fct that the YAML header in two of the Rmd files for the 
vignettes has:

> output:
>   bookdown::html_document2:
> theme: cayman

Do I need to worry about this?

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


Re: [R-pkg-devel] Namespace is imported from in YAML header, but attracts Note that is is not imported from

2021-09-23 Thread Maëlle SALMON via R-package-devel
Hello,

It's better to get rid of this NOTE, by listing bookdown in VignetteBuilder and 
Suggests, not Imports see 
https://blog.r-hub.io/2020/06/03/vignettes/#infrastructure--dependencies-for-vignettes
 That's actually what you did in another package 
https://github.com/cran/gamclass/blob/master/DESCRIPTION (it's a coincidence I 
found a package of yours via code search in CRAN GitHub mirror :-) ).

Maëlle.


Den fredag 24 september 2021 03:00:57 CEST, John H Maindonald 
 skrev: 





On the Atlas and Linux builds of my package `qra` that has just been posted 
on CRAN, I am getting the message:

> Namespace in Imports field not imported from: ‘bookdown’
>  All declared Imports should be used.

This, in spite of the fct that the YAML header in two of the Rmd files for the 
vignettes has:

> output:
>  bookdown::html_document2:
>    theme: cayman

Do I need to worry about this?

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

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