Skip to content
Snippets Groups Projects
DESCRIPTION 1.56 KiB
Newer Older
  • Learn to ignore specific revisions
  • jens.preussner's avatar
    jens.preussner committed
    Package: i2dash
    Type: Package
    
    Title: Iterative and Interactive Dashboards
    
    Version: 0.2.2
    
    jens.preussner's avatar
    jens.preussner committed
    Authors@R: c(
    
        person(given = "Arsenij", family = "Ustjanzew", email = "arsenij.ustjanzew@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1014-4521")),
    
        person(given = "Jens", family = "Preussner", email = "jens.preussner@mpi-bn.mpg.de", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-1927-3458")),
        person(given = "Mario", family = "Looso", email = "mario.looso@mpi-bn.mpg.de", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-1495-9530")))
    Description: Create customized, web-based dashboards for data presentation, exploration and sharing. 'i2dash' integrates easily into existing data analysis pipelines and can organize scientific findings thematically across different pages and layouts.
    
    License: MIT + file LICENSE
    
    URL: https://loosolab.github.io/i2dash/
    BugReports: https://github.com/loosolab/i2dash/issues
    
    jens.preussner's avatar
    jens.preussner committed
    Encoding: UTF-8
    LazyData: true
    
    RoxygenNote: 7.1.1
    
    VignetteBuilder: knitr
    
    jens.preussner's avatar
    jens.preussner committed
    Imports: 
    
        magrittr,
    
    jens.preussner's avatar
    jens.preussner committed
        knitr,
    
    Ustjanzew's avatar
    Ustjanzew committed
        flexdashboard,
    
        glue,
    
        ymlthis,
        methods,
        stats,
        utils
    
    arsenij.ustjanzew's avatar
    arsenij.ustjanzew committed
        htmltools,
        testthat,
        ComplexHeatmap,
        digest,
        ggplot2,
        gt,
        kableExtra,
        forcats,
        leaflet
    
    Collate: 
        'i2dashboard.R'
        'AllGenerics.R'
        'assemble.R'
        'components.R'
    
        'pages.R'
        'reexports.R'
    
        'vis_objects.R'