Skip to content

Commit

Permalink
remove xml2
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Jan 5, 2022
1 parent 22a1ca4 commit b4cafbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mlflow/R/mlflow/.run-tests.R
Expand Up @@ -8,10 +8,12 @@ use_condaenv(mlflow:::mlflow_conda_env_name())

devtools::check_built(
path = package,
cran = TRUE,
remote = should_enable_cran_incoming_checks(),
error_on = "note",
args = "--no-tests"
)
# This runs checks that are disabled when `cran` is TRUE (e.g. unused import check).
devtools::check_built(
path = package,
cran = FALSE,
Expand Down
1 change: 0 additions & 1 deletion mlflow/R/mlflow/DESCRIPTION
Expand Up @@ -46,7 +46,6 @@ Imports:
swagger,
tibble (>= 2.0.0),
withr,
xml2,
yaml,
zeallot
Suggests:
Expand Down

0 comments on commit b4cafbf

Please sign in to comment.