Skip to content

Commit

Permalink
fixes to pkg level man file removeing refs to removed fxns and verbose()
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 27, 2017
1 parent 42b421a commit 2e00b44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions R/rcrossref-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
#'
#' This boils down to: they allow X number of requests per some time period.
#' The numbers can change so we can't give a rate limit that will always
#' be in effect. If you're curious pass in `config = verbose()` to
#' be in effect. If you're curious pass in `verbose = TRUE` to
#' your function call, and you'll get headers that will display these rate
#' limits.
#'
#' @section Text mining:
#' We provide the ability to do text mining in this package. See functions
#' [cr_ft_links()] and [cr_ft_text()]. All text mining
#' functions are now deprecated, and moved to a new package `crminer`.
#' All Crossref specific text mining functions are now deprecated, and
#' moved to a new package `crminer`.
#'
#' Another package \pkg{fulltext} is designed solely text mining involving
#' Crossref and other sources of scholarly metadata and full text.
#' Another package \pkg{fulltext} is designed solely to do general purpose
#' text mining involving Crossref and other sources of scholarly metadata
#' and full text.
#'
#' @section High and Low Level APIs:
#' For the Crossref search API (the functions [cr_funders()],
Expand Down
12 changes: 6 additions & 6 deletions man/rcrossref-package.Rd

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

0 comments on commit 2e00b44

Please sign in to comment.