Package: blit Title: Bioinformatics Library for Integrated Tools Version: 0.2.0.9000 Authors@R: c( person("Yun", "Peng", , "yunyunp96@163.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332")), person("Shixiang", "Wang", , "w_shixiang@163.com", role = c("aut"), comment = c(ORCID = "0000-0001-9855-7357")), person("Jia", "Ding", , "jiading682@qq.com", role = c("ctb"), comment = c(ORCID = "0009-0002-2530-0897")), person("Jennifer", "Lu", , "jennifer.lu717@gmail.com", role = c("cph"), comment = "Author of the included scripts from Kraken2 and KrakenTools libraries"), person("Li", "Song", , "Li.Song@dartmouth.edu", role = c("cph"), comment = "Author of included scripts from TRUST4 library"), person("X. Shirley", "Liu", , "xsliu@ds.dfci.harvard.edu", role = c("cph"), comment = "Author of included scripts from TRUST4 library") ) Description: An all-encompassing R toolkit designed to streamline the process of calling various bioinformatics software and then performing data analysis and visualization in R. With 'blit', users can easily integrate a wide array of bioinformatics command line tools into their workflows, leveraging the power of R for sophisticated data manipulation and graphical representation. License: GPL (>= 3) Imports: cli, lifecycle, processx, R6 (>= 2.4.0), rlang (>= 1.1.0), utils Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/WangLabCSU/blit, https://wanglabcsu.github.io/blit/ BugReports: https://github.com/WangLabCSU/blit/issues Repository: https://wanglabcsu.r-universe.dev Date/Publication: 2026-03-17 16:11:24 UTC RemoteUrl: https://github.com/WangLabCSU/blit RemoteRef: HEAD RemoteSha: 940c2c1385ba6ad72f0c63b861e90abe8ae6e6f3 NeedsCompilation: no Packaged: 2026-07-15 05:52:30 UTC; root Author: Yun Peng [aut, cre] (ORCID: ), Shixiang Wang [aut] (ORCID: ), Jia Ding [ctb] (ORCID: ), Jennifer Lu [cph] (Author of the included scripts from Kraken2 and KrakenTools libraries), Li Song [cph] (Author of included scripts from TRUST4 library), X. Shirley Liu [cph] (Author of included scripts from TRUST4 library) Maintainer: Yun Peng