Re: [Bioc-devel] registering on git as multtest package maintainer

2024-10-10 Thread Kern, Lori via Bioc-devel
I can assist with this. I will email off list so we can exchange more information. Lori Shepherd - Kern Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14263 __

[Bioc-devel] registering on git as multtest package maintainer

2024-10-10 Thread Katie Pollard via Bioc-devel
Hello - I am the maintainer for the BioC multtest package, and I have not made any updates for a long time. Herve and Kurt requested that I make some changes with how C is called, which are necessary for the upcoming R 4.5.0 release. I learned that we now use git, rather than svn. I am familiar

Re: [Bioc-devel] pkgdown::build_site_github_pages fails with "Quarto articles require Bootstrap 5"

2024-10-10 Thread Oleksii Nikolaienko
Thanks again for suggestions. Issue was on my side and I fixed it by adding _pkgdown.yml with usethis::use_pkgdown() Best, Oleksii On Thu, 10 Oct 2024 at 15:52, Oleksii Nikolaienko < oleksii.nikolaie...@gmail.com> wrote: > Thanks for the quick reply. > I do not have a ./pkgdown/ folder, everythi

Re: [Bioc-devel] pkgdown::build_site_github_pages fails with "Quarto articles require Bootstrap 5"

2024-10-10 Thread Oleksii Nikolaienko
Thanks for the quick reply. I do not have a ./pkgdown/ folder, everything is automagically managed by .github/workflows/check-bioc.yml Is there a way to check Bootstrap version in docker image? Can this be the reason?

Re: [Bioc-devel] pkgdown::build_site_github_pages fails with "Quarto articles require Bootstrap 5"

2024-10-10 Thread Louis Le Nézet
Hi, Did you add in your /mypackage/pkgdown/_pkgdown.yml: ```yml template: bootstrap: 5 ``` Best, Louis -Message d'origine- De : Bioc-devel De la part de Oleksii Nikolaienko Envoyé : jeudi 10 octobre 2024 15:37 À : bioc-devel@r-project.org Objet : [Bioc-devel] pkgdown::build_site_gith

Re: [Bioc-devel] pkgdown::build_site_github_pages fails with "Quarto articles require Bootstrap 5"

2024-10-10 Thread Jacques Serizay
Do you specify a Bootstrap version in your _pkgdown.yml? See here:  https://pkgdown.r-lib.org/articles/customise.html#getting-started. Jacques On 10 Oct 2024 at 15:37 +0200, Oleksii Nikolaienko , wrote: > I apologise if the reason for this error will be outside the scope of this > list, but I'd a

[Bioc-devel] pkgdown::build_site_github_pages fails with "Quarto articles require Bootstrap 5"

2024-10-10 Thread Oleksii Nikolaienko
I apologise if the reason for this error will be outside the scope of this list, but I'd appreciate it if someone can help me to identify it. >From today (more likely yesterday) check-bioc Github action that uses "bioconductor/bioconductor_docker:devel" container fails during pkgdown::build_site_gi