Skip to content

ifellows/Deducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages