Skip to content

Commit

Permalink
Move mleap to Enhances section in DESCRIPTION (#5162)
Browse files Browse the repository at this point in the history
* Remove mleap from DESCRIPTION file

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* install mleap from archive

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* comment

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* try Enhances

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Dec 14, 2021
1 parent 0dbd5c4 commit 5d4b86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Expand Up @@ -106,6 +106,9 @@ jobs:
run: |
install.packages("devtools")
remotes::install_deps('mlflow/R/mlflow', dependencies = TRUE, upgrade = FALSE)
# Install `mleap` from archive since it's unavailable on the CRAN repository:
# https://cran.r-project.org/package=mleap
devtools::install_url("https://cran.r-project.org/src/contrib/Archive/mleap/mleap_1.0.0.tar.gz")
shell: Rscript {0}
- name: Create test environment
run: |
Expand Down
3 changes: 2 additions & 1 deletion mlflow/R/mlflow/DESCRIPTION
Expand Up @@ -55,11 +55,12 @@ Suggests:
h2o,
keras,
lintr,
mleap,
sparklyr,
stringi (< 1.4.4),
testthat (>= 2.0.0),
xgboost
Enhances:
mleap
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate:
Expand Down

0 comments on commit 5d4b86e

Please sign in to comment.