Package: JBrowseR Title: An R Interface to the JBrowse 2 Genome Browser Version: 0.11.0 Authors@R: c(person(given = "Elliot", family = "Hershberg", role = c("aut"), email = "eahershberg@gmail.com", comment = c(ORCID = "0000-0003-2068-3366")), person(given = "Colin", family = "Diesh", role = c("aut", "cre"), email = "colin.diesh@gmail.com", comment = c(ORCID = "0000-0003-2629-7570")), person(given = "the JBrowse 2 Team", role = c("aut"))) Description: Provides an R interface to the JBrowse 2 genome browser. Enables embedding a JB2 genome browser in a Shiny app or R Markdown document. The browser can also be launched from an interactive R console. The browser can be loaded with a variety of common genomics data types, and can be used with a custom theme. License: Apache License (>= 2) URL: https://gmod.github.io/JBrowseR/ https://github.com/GMOD/JBrowseR Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: htmlwidgets, jsonlite Suggests: testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://gmod.r-universe.dev Date/Publication: 2026-07-22 21:45:55 UTC RemoteUrl: https://github.com/gmod/jbrowser RemoteRef: HEAD RemoteSha: 7d3c096e8cd839e3cac448da6bfa5dd528e6c2bc NeedsCompilation: no Packaged: 2026-07-24 09:11:33 UTC; root Author: Elliot Hershberg [aut] (ORCID: ), Colin Diesh [aut, cre] (ORCID: ), the JBrowse 2 Team [aut] Maintainer: Colin Diesh