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

More Efficient Version of Evoker Input Preparation #6

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

Conversation

teacheRforV
Copy link
Contributor

More efficient version of Evoker input file preparation.

@Selaginella99
Copy link
Owner

@teacheRforV, what do you think about this recharts? https://github.com/yihui/recharts

@teacheRforV
Copy link
Contributor Author

@Selaginella99 I suppose this is a useful package and worthy to learn if one wants to create web based visualizations in a faster way, especially when the package is written under the framework of htmlwidgets, which is a cool framework that makes the package really easier to maintain. 😃

The echarts JS library, however, has some aesthetic issues that needs to be fixed, or still have a lot of potential to improve that I personally believe. ❤️

@Selaginella99
Copy link
Owner

@teacheRforV I cannot install and use it actually...It said could not find "echarts"...囧

@teacheRforV
Copy link
Contributor Author

@Selaginella99 It runs ok for me here though ... Did you install it by:

install.packages(
  'recharts',
  repos = c('http://yihui.name/xran', 'http://cran.rstudio.com')
)

@Selaginella99
Copy link
Owner

@teacheRforV Yes...Error like Warning: unable to access index for repository http://yihui.name/xran/bin/windows/contrib/3.1
package ‘recharts’ is available as a source package but not as a binary
Warning message:
package ‘recharts’ is not available (as a binary package for R version 3.1.3)

@teacheRforV
Copy link
Contributor Author

@Selaginella99 Try this:

install.packages(
  "recharts", type = "source",
  repos = c("http://yihui.name/xran", "http://cran.rstudio.com")
)

If there would be some errors while compiling the source packages, probably you need to install Rtools first: http://cran.r-project.org/bin/windows/Rtools/

@Selaginella99
Copy link
Owner

@teacheRforV Amazing!! You help me to fix the problem again!! Thank you so much! Do you feel any interests in this? yihui/r-ninja#11 😃

@teacheRforV
Copy link
Contributor Author

@Selaginella99 Haha, so glad to see the problem is solved 😃
The project is very interesting, I will look into it when I have more time, thanks for pointing it out!

@yihui
Copy link

yihui commented Apr 28, 2015

Use R 3.2.0: yihui/recharts@a44ea71

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.

3 participants