Skip to content
Prev 18584 / 21312 Next

[Bioc-devel] EXTERNAL: Re: Too many dependencies / MultiAssayExperiment + rtracklayer

For the record, yes you should remove all @imports tags and use 
packagename:: only after conditional code
that errors if the `Suggests` 'ed package is not installed.

```r
if !(requireNamespace("packagename", quietly = TRUE))
 ??? stop("Install 'packagename' to use this function.")

packagename::function()
```

See here: https://contributions.bioconductor.org/description.html

Best,

Marcel
On 9/21/21 9:53 AM, Shraddha Pai wrote:
---
Marcel Ramos
Bioconductor Core Team
Roswell Park Comprehensive Cancer Center
Dept. of Biostatistics & Bioinformatics
Elm St. & Carlton St.
Buffalo, New York 14263


This email message may contain legally privileged and/or...{{dropped:4}}
Message-ID: <2ed1520d-6718-dc61-8ffd-dd7b1102a2f8@roswellpark.org>
In-Reply-To: <CA+BJnuNjBVUuXyXdgHr-FVHoanpO==4um2H50qS+a9u2yR7Ekg@mail.gmail.com>