From 4484e85e75a8caaa7716d79d50b0f1bfb24cf62d Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 13 Jan 2016 17:10:18 -0500 Subject: [PATCH] add single quotes around package names in description file as per Uwe --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 774b14d51..0f7d58cb5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,9 +18,9 @@ Authors@R: c( person("Moritz", "Marbach", role = "aut", email = "mmarbach@mail.uni-mannheim.de", comment = "ggnet, ggnet2"), person("Edwin", "Thoen", role = "aut", email = "edwinthoen@gmail.com", comment = "ggsurv"), person("Amos", "Elberg", role = "aut", email = "amos.elberg@gmail.com", comment = "ggnetworkmap")) -Description: The R package \href{http://docs.ggplot2.org/current/}{ggplot2} - is a plotting system based on the grammar of graphics. \href{https:// - ggobi.github.io/ggally}{GGally} extends ggplot2 by adding several functions to +Description: The R package '\href{http://docs.ggplot2.org/current/}{ggplot2}' + is a plotting system based on the grammar of graphics. '\href{https:// + ggobi.github.io/ggally}{GGally}' extends 'ggplot2' by adding several functions to reduce the complexity of combining geoms with transformed data. Some of these functions include a pairwise plot matrix, a scatterplot plot matrix, a parallel coordinates plot, a survival plot, and several functions to plot networks.