Re: [Bioc-devel] Help Remote Installations

2025-05-14 Thread Francesco Cecere
; > > > > Lori Shepherd - Kern > > > > Bioconductor Core Team > > > > Roswell Park Comprehensive Cancer Center > > > > Department of Biostatistics & Bioinformatics > > > > Elm & Carlton Streets > > > > Buffalo, New York 1

Re: [Bioc-devel] Help Remote Installations

2025-05-14 Thread Henrik Bengtsson
Elm & Carlton Streets > > Buffalo, New York 14263 > > > From: Bioc-devel on behalf of Lluís > Revilla > Sent: Tuesday, May 13, 2025 5:32 PM > To: Francesco Cecere > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] Hel

Re: [Bioc-devel] Help Remote Installations

2025-05-14 Thread Kern, Lori via Bioc-devel
-devel@r-project.org Subject: Re: [Bioc-devel] Help Remote Installations Hi Francesco, You reached the right list. Congratulations on getting this far, it is not always easy to fix all the R CMD checks and BiocChecks. If these packages are optional, they should be used conditionally: if (requireNamesp

Re: [Bioc-devel] Help Remote Installations

2025-05-13 Thread Lluís Revilla
Hi Francesco, You reached the right list. Congratulations on getting this far, it is not always easy to fix all the R CMD checks and BiocChecks. If these packages are optional, they should be used conditionally: if (requireNamespace("pkg", quietly = TRUE)) { pkg::optional_function(...) } And

[Bioc-devel] Help Remote Installations

2025-05-13 Thread Francesco Cecere
Hello, This is the first time I’m writing to you; I hope I’m doing it correctly and contacting the right place. I have the package almost ready to send. *BiocCheck* works well; I have just one note about the length of a few functions. However, *R CMD check* gives me a warning about some GitHub pa