Skip to content

Commit 1b4adb0

Browse files
committed
Fix DESCRIPTION file line breaks
1 parent f3740bf commit 1b4adb0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rentrez
22
Version: 1.2.1
33
Date: 2018-02-12
4-
Title: Entrez in R
4+
Title: 'Entrez' in R
55
Authors@R: c(
66
person("David", "Winter", role=c("aut", "cre"),
77
email = "[email protected]",
@@ -23,10 +23,11 @@ Suggests:
2323
rmarkdown
2424
URL: http://github.com/ropensci/rentrez
2525
BugReports: https://github.com/ropensci/rentrez/issues
26-
Description: Provides an R interface to the NCBI's 'EUtils' API, allowing users
27-
to search databases like GenBank <https://www.ncbi.nlm.nih.gov/genbank/>and
28-
PubMed <https://www.ncbi.nlm.nih.gov/pubmed/>, process the results of those
29-
searches and pull data into their R sessions.
26+
Description: Provides an R interface to the NCBI's 'EUtils' API,
27+
allowing users to search databases like 'GenBank'
28+
<https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed'
29+
<https://www.ncbi.nlm.nih.gov/pubmed/>, process the
30+
results of those searches and pull data into their R sessions.
3031
VignetteBuilder: knitr
3132
Roxygen: list(wrap = FALSE)
3233
License: MIT + file LICENSE

0 commit comments

Comments
 (0)