;
> >
> > Lori Shepherd - Kern
> >
> > Bioconductor Core Team
> >
> > Roswell Park Comprehensive Cancer Center
> >
> > Department of Biostatistics & Bioinformatics
> >
> > Elm & Carlton Streets
> >
> > Buffalo, New York 1
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
-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
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