From 2ee150a52601a098ac2a2925c1a71b2b4591edff Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Thu, 2 Mar 2023 08:09:39 -0600 Subject: [PATCH] Remove outdated link --- R/mock.R | 1 - man/with_mock.Rd | 3 --- 2 files changed, 4 deletions(-) diff --git a/R/mock.R b/R/mock.R index b2426a408..16266e0ed 100644 --- a/R/mock.R +++ b/R/mock.R @@ -32,7 +32,6 @@ #' For expert use only. #' @keywords internal #' @return The result of the last unnamed parameter -#' @references Suraj Gupta (2012): \href{http://blog.obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/}{How R Searches And Finds Stuff} #' @export with_mock <- function(..., .env = topenv()) { edition_deprecate(3, "with_mock()", diff --git a/man/with_mock.Rd b/man/with_mock.Rd index 11b920c40..737849a10 100644 --- a/man/with_mock.Rd +++ b/man/with_mock.Rd @@ -48,7 +48,4 @@ make a wrapper function in your own package.. \code{with_mock()} and \code{local_mock()} are deprecated in the third edition. } -\references{ -Suraj Gupta (2012): \href{http://blog.obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/}{How R Searches And Finds Stuff} -} \keyword{internal}