Displaying 4 results from an estimated 4 matches for "redr".
Did you mean:
red
2010 Aug 17
2
About RedR and RKWard
Hi folds,
RedR - visual programming for R
http://www.red-r.org/
Has any folk used RedR before? What will be the difference compared with;
RKWard - GUI for R
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Main_Page
Screen Short
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Screensho...
2013 Aug 30
3
Type annotations for R function parameters.
...e type discovery for R functions to make flow-like construction of an R
program. Something like a LabView graphical composition of processing
elements.
They called this type of program composition a "workflow".
I looked at some of this programs, like:
* Orange http://orange.biolab.si/
* RedR http://www.red-r.org/
* Rattle http://rattle.togaware.com/
* Rpad https://code.google.com/p/rpad/
and all of them did type introspection (they made mapping between R
functions and their IDE's visual framework) by hand for each function of
supported packages which is time and resource consuming...
2009 Mar 26
0
another problem starting mongrel
...activesupport-2.2.2/lib/active_support/dependencies.rb:442:in
`load_missing_constant'': uninitialized constant Localization::CONFIG
(NameError)
from
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:77:in
`const_missing''
from
/home/redredftp/Sites/Deployed/Red_Red_FTP/releases/20090326150545/lib/localization.rb:85
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require''
from
/usr/lib...
2011 May 20
8
Building Custom GUIs for R
I am looking to build simple GUIs based on the R codes I have. The main
objective is to hide the scary R codes from non-programming people and make
it easier for them to try out different inputs.
For example,
1. The GUI will have means to upload a csv file which will be read by the R
code.
2. A button to preprocess data (carried out by a R function behind)
3. A button to build some models