Skip to content Skip to sidebar Skip to footer

How To Create Desktop Application Using R Language?

I have started learning R. I searched for the steps/ways to create application in R. But I have not yet found any manuals on that. Can someone guide the correct packages used for c

Solution 1:

http://www.r-bloggers.com/creating-guis-in-r-with-gwidgets/

The gWidgets framework is a way of creating graphical user interfaces in a toolkit independent way. That means that you can choose between tcl/tk, Gtk, Java or Qt underneath the bonnet. There’s also a web-version based upon RApache and ExtJS.

About web integration features, take a look at the RApache project for documentation and examples.


Solution 2:

What is R?

  • Open Source Programming Language

Usages

  • Statistical Computing & Graphics purpose
  • Widely use for Data Analysis

Supports

  • Simple procedural Language
  • Using Functions and Object-Oriented Concepts as well
  • Use as Data mining tool as well
  • R-Graphics provide Statical Graphics as well

Languages

You can call R with a simple Java reference (so, you can easily call written Java scripts easily on R). You can also apply web-based services with the RApache and ExtJS

Hope this information will help you making your first step in R.


Post a Comment for "How To Create Desktop Application Using R Language?"