Giter Club home page Giter Club logo

daru_examples_io_view_rails's Introduction

daru_examples_io_view_rails's People

Contributors

athityakumar avatar shekharrajak avatar zverok avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

daru_examples_io_view_rails's Issues

RSRuby gem installation on Heroku

The rsruby gem is required for RDS Exporter showcase. Here's the Travis CI equivalent for installing the rsruby gem -

sudo apt-get install -y libgsl0-dev r-base r-base-dev
sudo Rscript -e "install.packages(c('Rserve','irr'),,'http://cran.us.r-project.org')"
R CMD Rserve
export R_HOME=/usr/lib/R
gem install rsruby -- --with-R-dir=$R_HOME --with-R-include=/usr/share/R/include --with_cflags="-fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wall -fno-strict-aliasing"

However, the above doesn't seem to work with heroku run <statement> console calls.

cannot load such file -- data_tables

screen shot 2017-08-02 at 11 29 38 pm

We fixed similar error with Highcharts and nyaplot by adding it as add_runtime_dependency in gemspec. But data_tables is added in gemfile fetching from github repo in daru-view. There must be a good way to write it as run time dependency in gemfile.

Add google_visualr to the Gemfile

After running bundle and rails server, I get -- cannot require google_visualr error. Adding it to the Gemfile seems to fix this though.

Add HTML Importer

Importing from real-time (with small lag maybe) stock market data, from a website source like moneycontrol would be cool to demonstrate the HTML Importer.

Load optional dependencies group from daru-io Gemfie

Currently, all IO related gems like spreadsheet, jsonpath, etc. are grouped under the optional group of Gemfile. They were intended to be here and not in the gemspec file due to partial-requiring use-cases. Have a look at SciRuby/daru-io#25 for more details.

Rather than adding all these dependencies to this Rails app's Gemfile, would it be possible (and better) to add the gems from daru-io's Gemfile?

Ping @Shekharrajak

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.