The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

ezr

Travis build status R build status

Point and click with your mouse to conduct basic analyses and create graphics quickly and easily.

This package will run a “Shiny App” on your local machine, which allows you to analyze data without the need to type a line of code.

You do not need to know anything about R to use this tool.

Examples of things you can do include (but are not limited to):

Installation

You can install the released version of kim from CRAN with:

install.packages("ezr")

You can also install the development version from GitHub with:

install.packages("devtools")
devtools::install_github("jinkim3/ezr")

Example

Here are some examples of using this package.

library(ezr)

# Start the Shiny server on a local machine
start_ezr(data = mtcars)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.