Skip to content

Commit 20ed3aa

Browse files
committed
search function typo
1 parent 3852947 commit 20ed3aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ handlers as an option in your `.Rprofile`:
7777
# Add custom options
7878
.First <- function() {
7979
options(
80-
errorist.warning = searcher::google,
81-
errorist.error = searcher::google
80+
errorist.warning = searcher::search_google,
81+
errorist.error = searcher::search_google
8282
)
8383
}
8484

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ search handlers as an option in your `.Rprofile`:
7575
# Add custom options
7676
.First <- function() {
7777
options(
78-
errorist.warning = searcher::google,
79-
errorist.error = searcher::google
78+
errorist.warning = searcher::search_google,
79+
errorist.error = searcher::search_google
8080
)
8181
}
8282

0 commit comments

Comments
 (0)