Skip to content

Commit c65f9ac

Browse files
committed
make argument optional to ensure we work with CRAN version of replyr
1 parent e636275 commit c65f9ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/let.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ prepareAlias <- function(alias, useNames, strict) {
138138
#' @export
139139
#'
140140
#'
141-
letprep <- function(alias, strexpr, strict) {
141+
letprep <- function(alias, strexpr, strict= FALSE) {
142142
alias <- prepareAlias(alias, FALSE, strict)
143143
if(!is.character(strexpr)) {
144144
stop("wrapr::letprep strexpr must be length 1 character array")

man/letprep.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)