Uh oh!
There was an error while loading. Please reload this page.
Version 1.0 - #226
Conversation
…wards incompatibility
cpsievert
commented
Jul 30, 2015
On TravisCI, commit 66397c4 was successfully merged with 6ff8831 (master) to create 5d64a3d. A visual testing table comparing 6ff8831 with 5d64a3d can be found here -> http://cpsievert.github.io/plotly-test-table/R/5d64a3d/ Detected 0 differences |
cpsievert
commented
Jul 30, 2015
On TravisCI, commit 53bcd01 was successfully merged with 6ff8831 (master) to create 60de0d4. A visual testing table comparing 6ff8831 with 60de0d4 can be found here -> http://cpsievert.github.io/plotly-test-table/R/60de0d4/ Detected 0 differences |
add .embed to iframe
This is a major revision of the R API which includes a new declarative DSL. See here for an overview of that system.
I decided to branch off from #217 since some of those comments are now obsolete. Here is a more succinct list of other noteworthy technical changes:
~/.plotly, they'll still work. However, we no longer try to write to~/.plotly(to avoid file permission issues), and instead prefer the use of environment variables. Seehelp(signup)for more details.plotly()#206, API should not use /var/root on OS X #180, Tests are run twice #209, Support for R grid package in ggplotly #220This isn’t quite ready for a serious review since the new visual testing table isn't ready.
It would be huge help to me if others could help produce examples for help pages and report any problems/issues (I'm sure there are certain use cases I haven't accounted for).