We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all. Doing gem install statsample-glm installs https://github.com/AnkurGel/statsample-glm gem and not this one.
gem install statsample-glm
Since I'm using bundler I'm going around this using gem 'statsample-glm, git: 'https://github.com/SciRuby/statsample-glm.git
gem 'statsample-glm, git: 'https://github.com/SciRuby/statsample-glm.git
The same problem happens when doing gem install sciruby-full or using gem 'sciruby' in the Gemfile.
This can be quite frustrating to someone that wants to do a quick try on SciRuby library and he his starting with GLM.
I don't know how exactly I could help more, but I'm glad to follow some guidance and to adapt readme file and the dependencies.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all.
Doing
gem install statsample-glm
installs https://github.com/AnkurGel/statsample-glm gem and not this one.Since I'm using bundler I'm going around this using
gem 'statsample-glm, git: 'https://github.com/SciRuby/statsample-glm.git
The same problem happens when doing gem install sciruby-full or using gem 'sciruby' in the Gemfile.
This can be quite frustrating to someone that wants to do a quick try on SciRuby library and he his starting with GLM.
I don't know how exactly I could help more, but I'm glad to follow some guidance and to adapt readme file and the dependencies.
The text was updated successfully, but these errors were encountered: