Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use drat to install mleap #5164

Merged
merged 4 commits into from Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/master.yml
Expand Up @@ -106,9 +106,6 @@ 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
4 changes: 2 additions & 2 deletions mlflow/R/mlflow/DESCRIPTION
Expand Up @@ -55,12 +55,12 @@ Suggests:
h2o,
keras,
lintr,
mleap,
sparklyr,
stringi (< 1.4.4),
testthat (>= 2.0.0),
xgboost
Enhances:
mleap
Additional_repositories: https://mlflow.github.io/drat
harupy marked this conversation as resolved.
Show resolved Hide resolved
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate:
Expand Down