Skip to content

Commit 704d423

Browse files
committed
Update DESCRIPTION
1 parent 254327c commit 704d423

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

DESCRIPTION

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Package: ggplot2
22
Type: Package
3-
Title: An implementation of the Grammar of Graphics
3+
Title: An Implementation of the Grammar of Graphics
44
Version: 1.0.0.99
5-
Author: Hadley Wickham <[email protected]>, Winston Chang <[email protected]>
6-
Maintainer: Hadley Wickham <[email protected]>
5+
Authors@R: c(
6+
person("Hadley", "Wickham", role = c("aut", "cre"), email = "[email protected]"),
7+
person("Winston", "Chang", role = "aut", email = "[email protected]")
8+
)
79
Description: An implementation of the grammar of graphics
810
in R. It combines the advantages of both base and
911
lattice graphics: conditioning and shared axes are

0 commit comments

Comments
 (0)