Skip to content

Commit

Permalink
chore: Re-build appveyor cache for R 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Mar 28, 2020
1 parent e478fa1 commit 7169d8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
ps: Bootstrap

cache:
- C:\RLibrary
- C:\RLibrary -> .appveyor.yml

# Adapt as necessary starting from here
#
Expand All @@ -20,7 +20,6 @@ environment:
USE_RTOOLS: true
matrix:
- R_VERSION: devel

- R_VERSION: release

build_script:
Expand Down
4 changes: 2 additions & 2 deletions R/optparse.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ OptionParser <- function(usage = "usage: %prog [options]", option_list = list(),
#' @param action A character string that describes the action \code{optparse}
#' should take when it encounters an option, either \dQuote{store},
#' \dQuote{store_true}, \dQuote{store_false}, or \dQuote{callback}.
#' An action of \dQuote{store} signifies that \code{optparse}
#' An action of \dQuote{store} signifies that \code{optparse}
#' should store the specified following value if the option is found on the command string.
#' \dQuote{store_true} stores \code{TRUE} if the option is found
#' \dQuote{store_true} stores \code{TRUE} if the option is found
#' and \dQuote{store_false} stores \code{FALSE} if the option is found.
#' \dQuote{callback} stores the return value produced by the function
#' specified in the \code{callback} argument.
Expand Down
4 changes: 2 additions & 2 deletions man/add_make_option.Rd

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

0 comments on commit 7169d8d

Please sign in to comment.