Skip to content
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

Add Sankey demo #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Sankey demo #9

wants to merge 1 commit into from

Conversation

psychemedia
Copy link

I did a quick demo of an openspending powered Sankey diagram using rCharts.

The demo should be able to pull the Sankey files from a URL, eg using the dir path:
sankeyPlot$setLib('http://timelyportfolio.github.io/rCharts_d3_sankey')

but it failed to work for me for some reason.... so I popped the demo files from @timelyportfolio into the examples dir.

We'd need to check license conditions if it remains...

@mihi-tr
Copy link
Owner

mihi-tr commented Aug 16, 2013

Tony,

This is great- however R packages are very picky on beeing installed. can you check do

R CMD build r-openspending
cp ropenspending_0.1.tar.gz /tmp
cd /tmp
tar -xvzf ropenspending_0.1.tar.gz
R CMD check --as-cran ropenspending

and make sure no NOTEs, WARNINGs or ERRORs pop up?

If yes I can safely merge it and still commit to CRAN (they are very picky about this...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants