spgarbet / tangram

Table Grammar package for R
66 stars 3 forks source link

knitr integration #37

Closed spgarbet closed 6 years ago

spgarbet commented 6 years ago

The separate rendering calls are not necessary. Refactor to

a) Make additional rendering information attributes of tangram object

b) Create router that detects knitr rendering and calls appropriate renderer

c) Keep interface backward compatible for now if possible. Use deprecation / change warnings.

spgarbet commented 6 years ago

The knitr branch is going quite well. This task is complete. However, additional style refactoring is underway now.