Skip to content

Commit

Permalink
Don't use "." as default dir
Browse files Browse the repository at this point in the history
Cf. CRAN policies
  • Loading branch information
peterdesmet committed Jun 4, 2024
1 parent b940ab5 commit 5d1bb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/write_dwc.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#'
#' # Clean up (don't do this if you want to keep your files)
#' unlink("my_directory", recursive = TRUE)
write_dwc <- function(x, directory = ".") {
write_dwc <- function(x, directory) {
check_camtrapdp(x)

# Set properties from metadata or default to NA when missing
Expand Down
2 changes: 1 addition & 1 deletion man/write_dwc.Rd

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

0 comments on commit 5d1bb5a

Please sign in to comment.