Package: profvis
Title: Interactive Visualizations for Profiling R Code
Version: 0.3.5
Authors@R: c(
    person("Winston", "Chang", email = "winston@rstudio.com", role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = "aut"),
    person(family = "RStudio", role = "cph"),
    person(family = "jQuery Foundation", role = "cph", comment = "jQuery library"),
    person(family = "jQuery contributors", role = c("ctb", "cph"), comment = "jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt"),
    person("Mike", "Bostock", role = c("ctb", "cph"), comment = "D3 library"),
    person(family = "D3 contributors", role = "ctb", comment = "D3 library"),
    person("Ivan", "Sagalaev", role = c("ctb", "cph"), comment = "highlight.js library")
    )
Description: Interactive visualizations for profiling R code.
Depends: R (>= 3.0)
Imports: htmlwidgets (>= 0.3.2), stringr
License: GPL-3 | file LICENSE
Suggests: knitr, ggplot2, rmarkdown, testthat, devtools
RoxygenNote: 6.0.1.9000
URL: https://rstudio.github.io/profvis/
NeedsCompilation: yes
Packaged: 2018-02-22 03:10:02 UTC; winston
Author: Winston Chang [aut, cre],
  Javier Luraschi [aut],
  RStudio [cph],
  jQuery Foundation [cph] (jQuery library),
  jQuery contributors [ctb, cph] (jQuery library; authors listed in
    inst/www/shared/jquery-AUTHORS.txt),
  Mike Bostock [ctb, cph] (D3 library),
  D3 contributors [ctb] (D3 library),
  Ivan Sagalaev [ctb, cph] (highlight.js library)
Maintainer: Winston Chang <winston@rstudio.com>
Repository: CRAN
Date/Publication: 2018-02-22 04:24:31 UTC
