Skip to content

Commit

Permalink
mv tibble and productplot to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Sep 2, 2018
1 parent 81185bc commit a736af4
Showing 1 changed file with 38 additions and 23 deletions.
61 changes: 38 additions & 23 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,33 +1,48 @@
Package: ggmosaic
Title: Mosaic Plots in the 'ggplot2' Framework
Version: 0.1.2.9000
Authors@R: c(
person("Haley", "Jeppson", email = "hjeppson@iastate.edu", role = c("aut", "cre")),
person("Heike", "Hofmann", email = "hofmann@iastate.edu", role = "aut"),
person("Di", "Cook", email = "dicook@monash.edu", role = "aut"),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "ctb"))
Description: Mosaic plots in the 'ggplot2' framework. Mosaic plot functionality
is provided in a single 'ggplot2' layer by calling the geom 'mosaic'.
Authors@R:
c(person(given = "Haley",
family = "Jeppson",
role = c("aut", "cre"),
email = "hjeppson@iastate.edu"),
person(given = "Heike",
family = "Hofmann",
role = "aut",
email = "hofmann@iastate.edu"),
person(given = "Di",
family = "Cook",
role = "aut",
email = "dicook@monash.edu"),
person(given = "Hadley",
family = "Wickham",
role = "ctb",
email = "hadley@rstudio.com"))
Description: Mosaic plots in the 'ggplot2' framework. Mosaic
plot functionality is provided in a single 'ggplot2' layer by calling
the geom 'mosaic'.
License: GPL (>= 2)
URL: http://github.com/haleyjeppson/ggmosaic
BugReports: https://github.com/haleyjeppson/ggmosaic
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1.9000),
tibble (>= 1.3.0),
productplots (>= 0.1.1)
ggplot2 (>= 3.0.0),
R (>= 3.2.0)
Imports:
plotly (>= 4.5.5),
dplyr,
purrr,
tidyr,
gridExtra,
NHANES
License: GPL (>= 2)
URL: http://github.com/haleyjeppson/ggmosaic
BugReports: https://github.com/haleyjeppson/ggmosaic
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
RoxygenNote: 6.1.0
NHANES,
plotly (>= 4.5.5),
productplots (>= 0.1.1),
purrr,
tibble (>= 1.3.0),
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 6.1.0

0 comments on commit a736af4

Please sign in to comment.