Package: BiocWorkflowTools Title: Tools to aid the development of Bioconductor Workflow packages Version: 1.39.0 Encoding: UTF-8 Authors@R: c( person("Mike", "Smith", email = "grimbough@gmail.com", role = c("aut","cre")), person("Andrzej", "Oleś", email = "andrzej.oles@embl.de", role = "aut")) Description: Provides functions to ease the transition between Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow. License: MIT + file LICENSE Depends: R (>= 3.4) Imports: BiocStyle, bookdown, git2r, httr, knitr, rmarkdown, rstudioapi, stringr, tools, utils, usethis NeedsCompilation: no VignetteBuilder: knitr biocViews: Software, ReportWriting RoxygenNote: 7.1.0 Collate: 'createBiocWorkflow.R' 'f1000_article.R' 'uploadToOverleaf.R' 'utils.R' Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libssh2-1-dev libuv1-dev libssl-dev libx11-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:44:11 UTC RemoteUrl: https://github.com/bioc/BiocWorkflowTools RemoteRef: HEAD RemoteSha: 25b5471b7076574c5bd29e7abfe3d130aaefcfba Packaged: 2026-07-04 08:20:49 UTC; root Author: Mike Smith [aut, cre], Andrzej Oleś [aut] Maintainer: Mike Smith