Displaying 4 results from an estimated 4 matches for "redred".
Did you mean:
retred
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=Screenshots
TIA
B.R.
Stephen L
2013 Aug 30
3
Type annotations for R function parameters.
Hello.
One of my clients asked if it would be possible to have an IDE which could
use 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
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/lib64...
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