Package: iheatmapr
Type: Package
Title: Interactive, Complex Heatmaps
Version: 0.4.2
Authors@R: c(person("Alicia", "Schep", email = "aschep@gmail.com",
                  role = c("aut", "cre")),
              person("Sarah","Kummerfeld", email = "kummerfeld.sarah@gene.com",
                  role = c("aut")),
              person("Genentech", role = "cph"),
              person("Andee","Kaplan", role = "rev",
                  comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"),
              person("Carl","Ganz", role = "rev",
                  comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"),    
              person("Alex", "Johnson", role = "ctb",
                  comment = "plotly.js library"),
              person("Étienne ", "Tétreault-Pinard", role = "ctb",
                  comment = "plotly.js library"),
              person("Mikola", "Lysenko", role = "ctb",
                  comment = "plotly.js library"),  
              person("Ricky", "Reusser", role = "ctb",
                  comment = "plotly.js library"),   
              person("Robert", "Monfera", role = "ctb",
                  comment = "plotly.js library"),    
              person("Nicolas", "Riesco", role = "ctb",
                  comment = "plotly.js library"),  
              person("Miklós", "Tusz", role = "ctb",
                  comment = "plotly.js library"),    
              person("Chelsea", "Douglas", role = "ctb",
                  comment = "plotly.js library"), 
              person("Ben", "Postlethwaite", role = "ctb",
                  comment = "plotly.js library"),   
              person("Chris", "Parmer", role = "ctb",
                  comment = "plotly.js library"),    
              person("Alex", "Vados", role = "ctb",
                  comment = "plotly.js library"), 
              person("Plotly", role = "cph",
                  comment = "plotly.js library"))
Description: Make complex, interactive heatmaps. 'iheatmapr' includes a modular 
    system for iteratively building up complex heatmaps, as well as the 
    iheatmap() function for making relatively standard heatmaps.
License: MIT + file LICENSE
Depends: R (>= 3.2.0)
Imports: methods, plyr, utils, magrittr, S4Vectors, stats, ggdendro,
        fastcluster, RColorBrewer, htmlwidgets, jsonlite, scales,
        knitr, tools
Suggests: htmltools, datasets, shiny, testthat, rmarkdown, reshape2,
        roxygen2, covr, webshot
biocViews: Visualization
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/ropensci/iheatmapr
BugReports: https://github.com/ropensci/iheatmapr/issues
Encoding: UTF-8
Collate: 'AllClasses.R' 'AllGenerics.R' 'annotations.R' 'axes.R'
        'axis_labels.R' 'axis_titles.R' 'barplot.R' 'clustering.R'
        'clusters.R' 'colorbars.R' 'colors.R' 'components.R'
        'dendogram.R' 'generic_subplots.R' 'groups.R' 'main_heatmap.R'
        'iheatmap.R' 'iheatmapr.R' 'layout.R' 'shiny.R' 'shiny_test.R'
        'signal.R' 'subplot.R' 'summary.R' 'to_widget.R' 'utils.R'
NeedsCompilation: no
Packaged: 2017-11-12 01:41:26 UTC; alicia
Author: Alicia Schep [aut, cre],
  Sarah Kummerfeld [aut],
  Genentech [cph],
  Andee Kaplan [rev] (Reviewer for rOpensci review process
    https://github.com/ropensci/onboarding/issues/107),
  Carl Ganz [rev] (Reviewer for rOpensci review process
    https://github.com/ropensci/onboarding/issues/107),
  Alex Johnson [ctb] (plotly.js library),
  Étienne Tétreault-Pinard [ctb] (plotly.js library),
  Mikola Lysenko [ctb] (plotly.js library),
  Ricky Reusser [ctb] (plotly.js library),
  Robert Monfera [ctb] (plotly.js library),
  Nicolas Riesco [ctb] (plotly.js library),
  Miklós Tusz [ctb] (plotly.js library),
  Chelsea Douglas [ctb] (plotly.js library),
  Ben Postlethwaite [ctb] (plotly.js library),
  Chris Parmer [ctb] (plotly.js library),
  Alex Vados [ctb] (plotly.js library),
  Plotly [cph] (plotly.js library)
Maintainer: Alicia Schep <aschep@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-12 04:19:05 UTC
