0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved parsing significantly. Now works on all R classes except table, dist, list, array (and a single matrix dataset, volcano). Note that R's matrix is called RMatrix here instead, so it doesn't conflict with ::Matrix. More... over 12 years ago
About three-quarters of R datasets can now be loaded into Ruby. More... over 12 years ago
Added code to read R man files to get metadata for datasets. More... over 12 years ago
Added caching to Data module, including a .sciruby config directory. (Not really used for any actual config, only for caching, for the present.) More... over 12 years ago
There's a bug in plotter trace alert messages. I re-enabled printing the full trace to STDERR for now. More... over 12 years ago
Guardian datasets loading with a sample. More... over 12 years ago
Added dataset fetching for CSVs from the Guardian website. More... over 12 years ago
Removed debugging statement from sciruby-plotter bin More... over 12 years ago
Last minute proof-reading More... over 12 years ago
Removed a missed debugging message More... over 12 years ago
Preparing for first alpha release More... over 12 years ago
Merge branch 'gui' More... over 12 years ago
Version bump and deprecation of Recommend and Validation. More... over 12 years ago
Added bin sciruby-plotter, corrected autoload paths, fixed readme.md for rake repackage. More... over 12 years ago
Added post install message, updated rdoc task More... over 12 years ago
Moved green shoes fork code into the shoes ext More... over 12 years ago
Moved shoes stuff to an ext autoload, added icon to editor. More... over 12 years ago
Added icon to plotter. More... over 12 years ago
Added function for determining a trace which does not extend beyond the plotting script More... over 12 years ago
Fixed gtksourceview2 dep, code for calling plotter from editor. More... over 12 years ago
Fixed git clone location for green shoes More... over 12 years ago
Hopefully fixed pledge button More... over 12 years ago
Trying to fix pledgie button img More... over 12 years ago
Added pledgie button. More... over 12 years ago
Line by line evaluation in plotter had a bug (was running the script once for each line), now fixed using a custom interpreter based on IRB. More... over 12 years ago
Cleaned up plotter, especially eval code, so that it prints correct line numbers and such. More... over 12 years ago
Plotter refreshes automatically when plot script is edited. Handles errors in script by popping up alert box. More... over 12 years ago
Separated plotter and editor into different files/modules, separated into two rake tasks, renamed plotter as editor More... over 12 years ago
Moved green shoes extensions into a fork of green shoes, cleaned up a few bugs More... over 12 years ago
Merged in bundler addition from master More... over 12 years ago