-
Notifications
You must be signed in to change notification settings - Fork 28
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 bundle for deployment #145
Conversation
httr, | ||
jsonlite, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run up against the 20 packages in Imports again 😞 so I moved these to Suggests and use them conditionally. These are mostly used only when making a prediction from R so not a terrible option to move to Suggests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me!
@@ -21,15 +21,13 @@ test_that("can pin an xgboost model", { | |||
b <- board_temp() | |||
vetiver_pin_write(b, v) | |||
pinned <- pin_read(b, "cars2") | |||
## NOT EQUAL because of serialization issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome to see this test issue resolved. :)
This PR adds support for bundle to vetiver, for: