-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to graphql and quote the name
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,15 @@ Version: 0.0.1 | |
Authors@R: c( | ||
person("Barret", "Schloerke", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ryan", "Hafen", email = "[email protected]", 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' <http://facebook.github.io/graphql/>, | ||
a query language created by Facebook for describing data requirements on complex application | ||
data models. Visit <http://graphql.org> 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: | ||
|