Skip to content

Commit

Permalink
fix #164 add note about .Rinstignore for write_disk_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 24, 2020
1 parent be333f4 commit 0477396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion R/configuration.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
#' is `NULL`. For testing a package, you'll probably want this path to
#' be in your `tests/` directory, perhaps next to your cassettes
#' directory, e.g., where your cassettes are in `tests/fixtures`, your
#' files from requests that write to disk are in `tests/files`
#' files from requests that write to disk are in `tests/files`.
#' If you want to ignore these files in your installed package,
#' add them to `.Rinstignore`. If you want these files ignored on build
#' then add them to `.Rbuildignore` (though if you do, tests that depend
#' on these files probably will not work because they won't be found; so
#' you'll likely have to skip the associated tests as well).
#'
#' ### Contexts
#'
Expand Down
7 changes: 6 additions & 1 deletion man/vcr_configure.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0477396

Please sign in to comment.