ifellows / Deducer

A data analysis GUI for R

Home Page:http://www.deducer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deducer

An intuitive, cross-platform graphical data analysis system. It uses menus and dialogs to guide the user efficiently through the data manipulation and analysis process, and has an excel like spreadsheet for easy data frame visualization and editing. Deducer works best when used with the Java based R GUI JGR, but the dialogs can be called from the command line. Dialogs have also been integrated into the Windows Rgui.

Usage

See: http://www.deducer.org

Building and installing

Get the released version from CRAN:

install.packages("Deducer")
library(JGR)
launchJGR(jgrArgs="--withPackages=Deducer")

To build from this repository

sh mkdist
R CMD INSTALL Deducer_*.*.tar.gz

About

A data analysis GUI for R

http://www.deducer.org

License:GNU General Public License v2.0


Languages

Language:Java 89.9%Language:R 9.9%Language:Makefile 0.1%Language:Shell 0.1%