-
Notifications
You must be signed in to change notification settings - Fork 206
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
Supporting multiple versions of JS libraries #343
Comments
@jrowen One way to make this work is to NOT use YAML for specifying dependencies and instead use an R function that can accept the version of |
Happy to help and actually can benefit from this in rhandsontable. I will comment, demonstrate, and likely submit pull on the repo. We will likely want to limit number of js versions to keep package size down. |
That sounds great! @trshafer has started a similar PR, so there may be an opportunity to collaborate. Thanks. |
@timelyportfolio One thought is NOT to ship all versions with the package, but make available a function that can download a specific version that is supported. The download location needs to be standardized, but this will have the advantage of keeping the package lean. Thanks for the help BTW! cc @jrowen |
Is it possible to support multiple versions of JS dependencies with
htmlwidgets
?Due to a recent licensing change with
handsontable
, we're exploring whetherrhandsontable
could be updated to support different versions of thehandsontable
JS library (more info here).The text was updated successfully, but these errors were encountered: