Closed sjmonkley closed 4 years ago
Thanks I'll take a look. In the meantime, try running with just prepareTemplate()
, which will use files from basejump instead. See here for files: https://github.com/acidgenomics/basejump/tree/master/inst/rmarkdown/shared
Ah OK I see the issue. Be sure to update your R Markdown code to match the latest templates here: https://github.com/hbc/bcbioRNASeq/tree/master/inst/rmarkdown/templates
prepareTemplate(package = "bcbioRNASeq")
is now defunct in favor of simply prepareTemplate()
. I'll work on improving this error message in the latest version of basejump. Thanks for the heads up.
Thanks for the answer- I should have thought of this myself but was wanting to 'quickly' rerun an old template with new contrasts (and it was friday afternoon). Will check the new template and update accordingly
Managed to install v 0.3.31 but it now failed at the prepareTemplate step
Appears prepareTemplate can't find the files it need for Markdown in the bcbioRNAseq package