- Fix missing second table in known motif enrichment analysis tabs.
- Add "in Bioc" badge to README.
- Supply
meme_path
andverbose
to secondmotif_enrichment
call inget_df_enrichment
.
- Update example reports.
- Add new author.
- Add BioConductor installation instructions to README.
- Correct "de-novo motif discovery" term to "motif discovery". STREME does not perform de-novo motif discovery.
- Add package version to report header.
- Fix
download_button()
error whendownloadthis
package is not available.
- Optimise examples and remove
\donttest{}
blocks. - Add GitHub Actions for rworkflows without MEME Suite.
- Replace
workers
argument withBPPARAM
. Give users more control over the BiocParallel implementation.
- Remove
cat()
calls in functions. - Implement helper
check_input()
to validate input before passing them to other functions. - Run examples and tests only if MEME Suite is detected (only for functions which require MEME Suite).
- Replace
magrittr
import bydplyr::%>%
. - Reduce the number of exported functions.
- Move utility functions to 'utilities.R'.
- Allow vignettes to run without MEME suite installed.
- Remove
stopper()
wrapper aroundstop()
. - Use message() for parallel executions
- Switch to a smaller file to download in
check_ENCODE
example. - Move some code outside
\donttest{}
to preventBiocCheck()
error about missing examples.
- Wrap certain examples under
\donttest{}
to reduce R CMD CHECK runtime. - [GitHub] Add
CODECOV_TOKEN
secret torworkflows
. - Skip running tests which require download if offline.
- Substitute
system()
withsystem2()
. - Reduce
denovo_motifs
in examples and tests to reduce R CMD CHECK runtime. - Add
.BBSoptions
to.Rbuildignore
.
.BBSoptions
added to skip Windows builders on Bioconductor.
MotifPeeker
submitted to Bioconductor.