Skip to content

Commit

Permalink
make argument optional to ensure we work with CRAN version of replyr
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Apr 13, 2017
1 parent e636275 commit c65f9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/let.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ prepareAlias <- function(alias, useNames, strict) {
#' @export
#'
#'
letprep <- function(alias, strexpr, strict) {
letprep <- function(alias, strexpr, strict= FALSE) {
alias <- prepareAlias(alias, FALSE, strict)
if(!is.character(strexpr)) {
stop("wrapr::letprep strexpr must be length 1 character array")
Expand Down
2 changes: 1 addition & 1 deletion man/letprep.Rd

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

0 comments on commit c65f9ac

Please sign in to comment.