Browse Source

forgot to change pkg name in examples

tags/v0.3.0
boB Rudis 8 years ago
parent
commit
4ea43abfb6
  1. 2
      R/wand.r
  2. 2
      R/zzz.r

2
R/wand.r

@ -17,7 +17,7 @@
#' @examples #' @examples
#' library(dplyr) #' library(dplyr)
#' #'
#' system.file("extdata/img", package="filemagic") %>% #' system.file("extdata/img", package="wand") %>%
#' list.files(full.names=TRUE) %>% #' list.files(full.names=TRUE) %>%
#' incant() %>% #' incant() %>%
#' glimpse() #' glimpse()

2
R/zzz.r

@ -18,7 +18,7 @@
#' @examples #' @examples
#' library(dplyr) #' library(dplyr)
#' #'
#' system.file("extdata/img", package="filemagic") %>% #' system.file("extdata/img", package="wand") %>%
#' list.files(full.names=TRUE) %>% #' list.files(full.names=TRUE) %>%
#' incant(magic_wand_file()) %>% #' incant(magic_wand_file()) %>%
#' glimpse() #' glimpse()

Loading…
Cancel
Save