From 72bd4b62a6b4c60f113bbf177903570e220c6782 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 7 Jun 2017 12:19:49 -0400 Subject: [PATCH] Add links to graphql and quote the name --- DESCRIPTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 181c297..c82748b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,14 +4,15 @@ Version: 0.0.1 Authors@R: c( person("Barret", "Schloerke", email = "schloerke@gmail.com", role = c("aut", "cre")), person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("ths")), - person("Facebook", role = "cph") + person("Facebook", role = "cph", comment = "http://facebook.github.io/graphql/") ) -Description: Implementation of GraphQL, a query language created by Facebook for - describing data requirements on complex application data models. +Description: Server implementation of 'GraphQL' , + a query language created by Facebook for describing data requirements on complex application + data models. Visit to learn more about 'GraphQL'. Depends: R (>= 3.2.2) License: MIT + file LICENSE -URL: https://github.com/schloerke/gqlr +URL: https://github.com/schloerke/gqlr, http://facebook.github.io/graphql/, http://graphql.org BugReports: https://github.com/schloerke/gqlr/issues LazyData: true Imports: