From 1b4adb04fb8b6411cff1b8a6ffbe4b0fc6a6e94f Mon Sep 17 00:00:00 2001 From: David Winter Date: Tue, 6 Mar 2018 09:04:22 +1300 Subject: [PATCH] Fix DESCRIPTION file line breaks --- DESCRIPTION | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7ee31a3..d76608e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rentrez Version: 1.2.1 Date: 2018-02-12 -Title: Entrez in R +Title: 'Entrez' in R Authors@R: c( person("David", "Winter", role=c("aut", "cre"), email = "david.winter@gmail.com", @@ -23,10 +23,11 @@ Suggests: rmarkdown URL: http://github.com/ropensci/rentrez BugReports: https://github.com/ropensci/rentrez/issues -Description: Provides an R interface to the NCBI's 'EUtils' API, allowing users -to search databases like GenBank and -PubMed , process the results of those -searches and pull data into their R sessions. +Description: Provides an R interface to the NCBI's 'EUtils' API, + allowing users to search databases like 'GenBank' + and 'PubMed' + , process the + results of those searches and pull data into their R sessions. VignetteBuilder: knitr Roxygen: list(wrap = FALSE) License: MIT + file LICENSE