Package: JBrowseR
Title: An R Interface to the JBrowse 2 Genome Browser
Version: 0.10.0
Authors@R: 
    c(person(given = "Elliot",
             family = "Hershberg",
             role = c("aut", "cre"),
             email = "eahershberg@gmail.com",
             comment = c(ORCID = "0000-0003-2068-3366")),
      person(given = "Colin",
             family = "Diesh",
             role = c("aut"),
             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
RoxygenNote: 7.1.2
Imports: htmltools, htmlwidgets, reactR, stringr, magrittr, readr,
        jsonlite, httpuv, mime, cli, ids, dplyr
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-06-08 00:59:07 UTC; elliothershberg
Author: Elliot Hershberg [aut, cre] (<https://orcid.org/0000-0003-2068-3366>),
  Colin Diesh [aut] (<https://orcid.org/0000-0003-2629-7570>),
  the JBrowse 2 Team [aut]
Maintainer: Elliot Hershberg <eahershberg@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-08 04:42:59 UTC
