-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable ENCODE and Zebrafish support.
The requireNamespace() calls cause a WARNING if the packages are not in the Suggests line of DESCRIPTION. The warnign causes GitHub CI to stop in error. Adding the packages in Suggests causes the CI to crash at package install time because they are only available from http://promshift.genereg.net/CAGEr/PackageSource. I attempted to solve this using the following in DESCRIPTION Remotes: - url::http://promshift.genereg.net/CAGEr/PackageSource/ENCODEprojectCAGE_1.0.1.tar.gz, - url::http://promshift.genereg.net/CAGEr/PackageSource/ZebrafishDevelopmentalCAGE_0.99.0.tar.gz However, this causes crashes because ENCODEprojectCAGE needs pdflatex to build. I do not know how to support that in Win and Mac, therefore I am giving up for the momment. The best solution would be to get these packages in Bioconductor too.
- Loading branch information
Charles Plessy
committed
May 13, 2024
1 parent
cc7cba6
commit e812daf
Showing
1 changed file
with
69 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters