jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

R declarative widgets don’t actually depend on SparkR #544

Closed flying-sheep closed 7 years ago

flying-sheep commented 7 years ago

so the dependency can be removed, making the following work:

devtools::install_github('jupyter/declarativewidgets', subdir = 'kernel-r/declarativewidgets')
poplav commented 7 years ago

Thanks, pr at https://github.com/jupyter/declarativewidgets/pull/533

flying-sheep commented 7 years ago

ah, OK. is the test problem fixed by now?

poplav commented 7 years ago

The test problem was just fixed in https://github.com/jupyter/declarativewidgets/pull/532 we are merging PRs now.

poplav commented 7 years ago

Closing as #533 was just merged into master