From c676c7a810a42ee942f7bf0ff6cc456ebdda9f7b Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Mon, 15 Aug 2016 15:24:30 -0400 Subject: [PATCH] forgot to re-build Rd files after the previous documentation fix --- man/incant.Rd | 2 +- man/magic_wand_file.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/incant.Rd b/man/incant.Rd index d52bd9c..9d7d6ae 100644 --- a/man/incant.Rd +++ b/man/incant.Rd @@ -30,7 +30,7 @@ Various fields might not be available depending on the version \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/man/magic_wand_file.Rd b/man/magic_wand_file.Rd index 1105b18..158a011 100644 --- a/man/magic_wand_file.Rd +++ b/man/magic_wand_file.Rd @@ -28,7 +28,7 @@ cache directory has been cleared. \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()