From 4ea43abfb6424fd55e357eca8cae3fc3738b9c40 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Mon, 15 Aug 2016 15:14:54 -0400 Subject: [PATCH] forgot to change pkg name in examples --- R/wand.r | 2 +- R/zzz.r | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/wand.r b/R/wand.r index 197214a..855995a 100644 --- a/R/wand.r +++ b/R/wand.r @@ -17,7 +17,7 @@ #' @examples #' library(dplyr) #' -#' system.file("extdata/img", package="filemagic") %>% +#' system.file("extdata/img", package="wand") %>% #' list.files(full.names=TRUE) %>% #' incant() %>% #' glimpse() diff --git a/R/zzz.r b/R/zzz.r index 31aaecc..45031c6 100644 --- a/R/zzz.r +++ b/R/zzz.r @@ -18,7 +18,7 @@ #' @examples #' library(dplyr) #' -#' system.file("extdata/img", package="filemagic") %>% +#' system.file("extdata/img", package="wand") %>% #' list.files(full.names=TRUE) %>% #' incant(magic_wand_file()) %>% #' glimpse()