Skip to content

Commit c16059a

Browse files
committed
Revert Depends: mice into Imports: mice
1 parent 666f602 commit c16059a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ Encoding: UTF-8
1010
Authors@R:
1111
person("Christine", "Staiger", , "[email protected]",
1212
role = c("aut", "cre"), comment = c(ORCID = "YOUR-ORCID-ID"))
13-
Depends:
14-
mice (>= 3.16.4)
1513
Imports:
1614
digest,
1715
jsonlite,
16+
mice (>= 3.16.4),
1817
RestRserve,
1918
utils
2019
Remotes:

NAMESPACE

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ export(impute_longfmt_handler)
66
export(md5_string)
77
export(mice_version_handler)
88
export(pool_handler)
9-
import(mice)
109
importFrom(RestRserve,HTTPError)
1110
importFrom(RestRserve,raise)
1211
importFrom(digest,digest)
1312
importFrom(jsonlite,fromJSON)
1413
importFrom(jsonlite,toJSON)
14+
importFrom(mice,complete)
15+
importFrom(mice,mice)
16+
importFrom(mice,pool.table)
1517
importFrom(utils,packageVersion)
1618
importFrom(utils,read.csv)
1719
importFrom(utils,sessionInfo)

R/imports.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#' @import mice
21
#' @importFrom digest digest
32
#' @importFrom jsonlite fromJSON toJSON
3+
#' @importFrom mice complete mice pool.table
44
#' @importFrom RestRserve HTTPError raise
55
#' @importFrom utils packageVersion read.csv sessionInfo
66
NULL

0 commit comments

Comments
 (0)