Skip to content

Commit 2ffba92

Browse files
committed
Perpare 1.0.2 for release
1 parent 33bc48a commit 2ffba92

19 files changed

+78
-63
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rentrez
2-
Version: 1.0.1
2+
Version: 1.0.2
33
Date: 2016-02-28
44
Title: Entrez in R
55
Authors@R: c(
@@ -18,9 +18,10 @@ Suggests:
1818
testthat,
1919
knitr,
2020
rmarkdown
21-
Description: Provides an R interface to the NCBI's EUtils API
22-
allowing users to search databases like GenBank and PubMed, process the
21+
Description: Provides an R interface to the NCBI's EUtils API
22+
allowing users to search databases like GenBank and PubMed, process the
2323
results of those searches and pull data into their R sessions.
2424
VignetteBuilder: knitr
2525
Roxygen: list(wrap = FALSE)
2626
License: MIT + file LICENSE
27+
RoxygenNote: 5.0.1

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by roxygen2 (4.1.1): do not edit by hand
1+
# Generated by roxygen2: do not edit by hand
22

33
S3method(as.data.frame,eInfoList)
44
S3method(extract_from_esummary,esummary)

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.0.2
2+
-------------------
3+
Bug fix release
4+
* Tests now work with testthat 1.0.0
5+
* All calls to ncbi specify encoding is UTF-8 (saving error messages)
6+
* HTTP Error codes associated with large requests now give the user a hint
7+
to check out the documentation for web-history features
8+
19
Version 1.0.1
210
-------------------
311
Bug fix release

man/entrez_citmatch.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_db_links.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_db_searchable.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_db_summary.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_dbs.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_fetch.Rd

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/entrez_global_query.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)