Skip to content

Commit

Permalink
Trying to rerun the examples to be a bit quicker.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Feb 2, 2018
1 parent 861d0af commit 4620f80
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: gcite
Type: Package
Title: Google Citation Parser
Version: 0.9.1
Version: 0.9.2
Date: 2018-02-01
Author: John Muschelli
Maintainer: John Muschelli <muschellij2@gmail.com>
Expand Down
6 changes: 5 additions & 1 deletion R/gcite_author_info.R
Expand Up @@ -19,10 +19,14 @@
#' \code{data.frame} of the links to all paper URLs.
#' @export
#'
#' @examples
#' @examples \dontrun{
#' if (!is_travis()) {
#' df = gcite_author_info(author = "John Muschelli", secure = FALSE)
#' }
#' }
#' if (!is_travis()) {
#' df = gcite_author_info(author = "Jiawei Bai", secure = FALSE)
#' }
gcite_author_info = function(
author,
ask = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion R/gcite_paper_df.R
Expand Up @@ -13,7 +13,7 @@
#' @export
#' @examples
#' if (!is_travis()) {
#' L = gcite_user_info(user = "T9eqZgMAAAAJ",
#' L = gcite_user_info(user = "uERvKpYAAAAJ",
#' read_citations = FALSE)
#' urls = L$all_papers$title_link
#' paper_df = gcite_paper_df(urls = urls, force = TRUE)
Expand Down
5 changes: 3 additions & 2 deletions R/gcite_user_info.R
Expand Up @@ -18,9 +18,10 @@
#'
#' @export
#'
#' @examples
#' @examples \dontrun{
#' if (!is_travis()) {
#' df = gcite_user_info(user = "T9eqZgMAAAAJ")
#' df = gcite_user_info(user = "uERvKpYAAAAJ")
#' }
#' }
gcite_user_info = function(
user, pagesize = 100,
Expand Down
5 changes: 5 additions & 0 deletions man/gcite_author_info.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/gcite_paper_df.Rd

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

4 changes: 3 additions & 1 deletion man/gcite_user_info.Rd

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

0 comments on commit 4620f80

Please sign in to comment.