Skip to content

Commit 787ae28

Browse files
committed
DESCRIPTION tweaks
1 parent 0d532a0 commit 787ae28

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

DESCRIPTION

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
Package: ggplot2
22
Version: 2.1.0.9001
3+
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
4+
Description: ggplot2 is a system for declaratively creating graphics,
5+
based on "The Grammar of Graphics". You provide the data, tell ggplot2
6+
how to map variables to aesthetics, what graphical primitives to use,
7+
and it takes care of the details.
38
Authors@R: c(
49
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
510
person("Winston", "Chang", , "winston@rstudio.com", "aut"),
6-
person("RStudio", role = "cph")
11+
person("RStudio", role = c("cph", "fnd"))
712
)
8-
Title: An Implementation of the Grammar of Graphics
9-
Description: An implementation of the grammar of graphics in R. It combines the
10-
advantages of both base and lattice graphics: conditioning and shared axes
11-
are handled automatically, and you can still build up a plot step by step
12-
from multiple data sources. It also implements a sophisticated
13-
multidimensional conditioning system and a consistent interface to map
14-
data to aesthetic attributes. See http://ggplot2.org for more information,
15-
documentation and examples.
1613
Depends:
1714
R (>= 3.1)
1815
Imports:

man/ggplot2-package.Rd

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)