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()