Skip to content

Commit f5c7ead

Browse files
committed
Fix check notes
1 parent e0e8bdc commit f5c7ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ggplot2
2-
Version: 3.1.0
2+
Version: 3.1.1
33
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
44
Description: A system for 'declaratively' creating graphics,
55
based on "The Grammar of Graphics". You provide the data, tell 'ggplot2'

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ citEntry(entry = "book",
66
publisher = "Springer-Verlag New York",
77
year = "2016",
88
isbn = "978-3-319-24277-4",
9-
url = "http://ggplot2.org",
9+
url = "https://ggplot2.tidyverse.org",
1010
textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016."
1111
)

0 commit comments

Comments
 (0)