README.md

Irace Studio

A Shiny App for Irace.

InstallationHow To UseBrowsers supportLicense

screenshot

Installation

Previous to install R package you need to install some dependency before.

GNU/Linux

$  sudo apt-get install libcurl4-openssl-dev libpoppler-cpp-dev libmagick++-dev pandoc pandoc-citeproc

MacOS

On macOS you need install brew:

# Install brew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# Install dependencies
$ brew install poppler libmagic openssl pandoc pandoc-citeproc imagemagick@6

Install Irace Studio

For installing irace Studio you need to install the devtools package:

install.packages("devtools")

Currently, the Irace Studio package can be installed from Gtihub:

devtools::install_github("mrbarrientosg/iraceStudio")

How To Use

To run Irace Studio:

library(iraceStudio)

runIraceStudio()

It's open automatically in the default browser. In case this interface is not open automatically, you can paste this url http://127.0.0.1:4350 in your browser.

By default Irace Studio runs in port 4350, you can change this by passing a different port as parameter:

library(iraceStudio)

runIraceStudio(port = 8080)

Check the follwing videos for details:

Browsers support

| IE / EdgeIE / Edge | FirefoxFirefox | ChromeChrome | SafariSafari | | --------- | --------- | --------- | --------- | | IE10, IE11, Edge| >= 38 versions | >= 45 versions | >= 9 versions

License

The project is under GPL3 license.



mrbarrientosg/iraceStudio documentation built on Dec. 13, 2020, 7:44 a.m.