Skip to content

Commit

Permalink
Perpare 1.0.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinter committed Apr 21, 2016
1 parent 33bc48a commit 2ffba92
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 63 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rentrez
Version: 1.0.1
Version: 1.0.2
Date: 2016-02-28
Title: Entrez in R
Authors@R: c(
Expand All @@ -18,9 +18,10 @@ Suggests:
testthat,
knitr,
rmarkdown
Description: Provides an R interface to the NCBI's EUtils API
allowing users to search databases like GenBank and PubMed, process the
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
RoxygenNote: 5.0.1
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,eInfoList)
S3method(extract_from_esummary,esummary)
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.0.2
-------------------
Bug fix release
* Tests now work with testthat 1.0.0
* All calls to ncbi specify encoding is UTF-8 (saving error messages)
* HTTP Error codes associated with large requests now give the user a hint
to check out the documentation for web-history features

Version 1.0.1
-------------------
Bug fix release
Expand Down
6 changes: 3 additions & 3 deletions man/entrez_citmatch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/entrez_db_links.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/entrez_db_searchable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/entrez_db_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/entrez_dbs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions man/entrez_fetch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/entrez_global_query.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/entrez_info.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/entrez_link.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/entrez_post.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/entrez_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions man/entrez_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/extract_from_esummary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/linkout_urls.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ffba92

Please sign in to comment.