Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
put failing eg from pub_chhunks into dontrun, bump pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 27, 2020
1 parent c889525 commit 76ea435
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -6,7 +6,7 @@ Description: Get chunks of XML scholarly articles without
out the information you want. Works with outputs from
package 'fulltext', 'xml2' package documents, and file
paths to XML documents.
Version: 0.2.0.92
Version: 0.2.1.94
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain",
Expand Down
2 changes: 0 additions & 2 deletions R/chunks.R
Expand Up @@ -133,7 +133,6 @@
#' vv$refs
#' vv$abstract
#' vv$categories
#' }
#'
#' # Many inputs at once
#' x <- system.file("examples/frontiers_1.xml", package = "pubchunks")
Expand All @@ -152,7 +151,6 @@
#' x <- system.file("examples/pubmed_full_1.xml", package = "pubchunks")
#' pub_chunks(x, "title")
#'
#' \dontrun{
#' # using output of fulltext::ft_get()
#' if (requireNamespace("fulltext", quietly = TRUE)) {
#' library("fulltext")
Expand Down
2 changes: 0 additions & 2 deletions man/pub_chunks.Rd

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

0 comments on commit 76ea435

Please sign in to comment.