Browse Source

forgot to change pkg name in examples

master
boB Rudis 8 years ago
parent
commit
b30643a497
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/wand.r
  2. 2
      R/zzz.r

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

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

Loading…
Cancel
Save