jupyter / declarativewidgets

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

automated and cleaned build/imports #553

Closed flying-sheep closed 7 years ago

flying-sheep commented 7 years ago

this makes sure that only needed functions are loaded for the package and no namespaces are attached when loading this one. the base package is always loaded, so no need to load or check for this one.

also it syncs the @export directives with the NAMESPACE

this superseeds #551

poplav commented 7 years ago

LGTM

flying-sheep commented 7 years ago

nice, thanks!

you can use RStudio or devtools::document() to recreate Collate: and NAMESPACE now

poplav commented 7 years ago

Great, thanks @flying-sheep