[Rd] Concordances in R Markdown

2022-11-26 Thread Duncan Murdoch
I submitted some code to support concordances to R-devel, and wrote this blog article about it: https://blog.r-project.org/2022/10/20/concordances/index.html (Concordances are links from a source file to pre-processed output from Sweave or knitr.) In the article I said "as far as I know,

[Bioc-devel] Failed to locate 'texi2pdf' - Windows build error

2022-11-26 Thread Pedro Madrigal
Dear Bioc-Devel I have a couple of packages (CexoR, fCCAC) failing the Windows-build due to Warning in system(paste(shQuote(texi2dvi), "--version"), intern = TRUE) : running command '"C:\PROGRA~1\MiKTeX\miktex\bin\x64\texify.exe" --version' had status 1033 Warning in

[Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-11-26 Thread Jacques Colinge
Dear Johannes, Dear Bioc Developers, I am not sure I get the problem. I am currently running R 4.2.1 and if I do a devtools::check() and a devtools::build() I have no error (just one warning), see below both outputs. Do you need me to install R development version and redo those tests because

Re: [Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-11-26 Thread Vincent Carey
When testing on the devel branch at this time, you must use R-devel (R 4.3). See https://contributions.bioconductor.org/use-devel.html#use-devel For SingleCellSignalR, the dependence on SIMLR seems problematic. SIMLR is in an error state on the devel branch. One could see that even in the

[Bioc-devel] S4 Methods Documentation Convention Triggers Warnings

2022-11-26 Thread Dario Strbenac via Bioc-devel
Good day, For a long time, it has been a convention to document S4 methods in the format: \section{Displaying}{ In the code snippets below, \code{x} is a GRanges object. \describe{ \item{}{ \code{show(x)}: Displays the first five and last five elements. } } } In R