Nothing
inst/scripts/gwas2crispr.R
) no longer forces file output. The --out
/-o
option is now truly optional: omit it to run the pipeline in memory without writing any files. A new --verbose
/-v
flag prints a concise summary when no outputs are written. The double comma in the option definition has been fixed.print()
/cat()
) have been replaced with message()
behind a verbose
flag. By default, functions run quietly unless verbose = TRUE
or the new CLI flag is used.tests/testthat/test-run_gwas2crispr.R
to ensure that run_gwas2crispr()
writes only to a provided out_prefix
and returns objects without writing by default.Language: en-US
and valid Bioconductor biocViews
. Updated the README and vignette to reflect the new no-default-write behaviour and optional CLI output. Added a simple inst/CITATION
entry. Bumped version to 0.1.2.verbose
+ message()
; removed cat()
/print()
side-effects.utils::capture.output
to avoid NOTES.tempdir()
example for file outputs.--out
option to use type = "character"
.meta
object before using meta$Version
.Language
field and expanded Description with acronym explanations and references.inst/scripts/gwas2crispr.R
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.