We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac3c4c + 0636717 commit b80dd33Copy full SHA for b80dd33
NAMESPACE
@@ -11,6 +11,7 @@ export(wf_request)
11
export(wf_request_batch)
12
export(wf_set_key)
13
export(wf_transfer)
14
+import(tools)
15
importFrom(R6,R6Class)
16
importFrom(memoise,memoise)
17
importFrom(utils,browseURL)
R/service-ds.R
@@ -1,3 +1,5 @@
1
+#' @import tools
2
+
3
ds_service <- R6::R6Class("ecmwfr_ds",
4
inherit = service,
5
public = list(
0 commit comments