Skip to content

Commit

Permalink
remove uuid module
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 21, 2024
1 parent 98eabdb commit 69eddfb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ Suggests:
rstudioapi,
jsonlite
VignetteBuilder: knitr
Encoding: UTF-8
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export(wf_request)
export(wf_request_batch)
export(wf_set_key)
export(wf_transfer)
import(uuid)
importFrom(R6,R6Class)
importFrom(memoise,memoise)
importFrom(utils,browseURL)
1 change: 0 additions & 1 deletion R/wf_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#' @param job_name optional name to use as an RStudio job and as output variable
#' name. It has to be a syntactically valid name.
#' @param verbose show feedback on processing
#' @import uuid
#'
#' @return the path of the downloaded (requested file) or the an R6 object
#' with download/transfer information
Expand Down

0 comments on commit 69eddfb

Please sign in to comment.