GithubHelp home page GithubHelp logo

isabella232 / rcloud.rcap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mangothecat/rcloud.rcap

0.0 0.0 0.0 2.86 MB

RCloud powered dashboards and websites

License: Other

Shell 0.45% JavaScript 43.64% R 10.51% CSS 27.53% HTML 3.41% Smarty 14.45%

rcloud.rcap's Introduction

RCAP

Interactive dashboard builder for RCloud

Introduction

RCAP is an extension to RCloud. It is an interactive dashboard builder tool. Each dashboard belongs to an RCloud notebook. The RCAP designer tool can be used to create and edit the dashboard, and the special rcap.html mode to view it.

Building

Build has the following environment dependencies:

  • node.js & npm, bower,
  • grunt and GNU make.

To build RCAP package run the following command from package source:

git clone https://github.com/att/rcloud.rcap
sh ./mkdist

The 'mkdist' script accepts a number of optional parameters useful during development:

 Usage: ./mkdist [{--no-npm | --no-js | --no-clean > | --help}] [install]
 --no-clean - skips clean phase
 --no-npm - skips npm processing step (implies --no-clean option)
 --no-js - skips entire JavaScript processing step (implies --no-npm option)
 --help - displays usage information

 --install - should package be installed after it has been built.

Installation

RCAP bundle

It is possible to install RCAP from R package bundle, which contains all JS dependencies.

wget 'https://github.com/att/rcloud.rcap/releases/download/0.4/rcloud.rcap_0.4.6.2.tar.gz'
R CMD INSTALL rcloud.rcap_0.4.6.2.tar.gz

devtools

To install the latest released build, you can use the devtools package:

devtools::install_url(
  "https://github.com/att/rcloud.rcap/releases/download/0.4/rcloud.rcap_0.4.6.2.tar.gz"
)

You can also run this from within an RCloud notebook, assuming you have access rights to install R packages on the RCloud server.

To install the development version, use

devtools::install_github("att/rcloud.rcap@develop", local = FALSE)

Configuration

After installing the R package, you can enable RCAP in RCloud in the Settings menu (on the bottom left). Add rcloud.rcap to the Enable Extensions line, and reload the notebook.

You can start the designer from the Advanced menu.

License

MIT @ AT&T

rcloud.rcap's People

Contributors

dougmet avatar gaborcsardi avatar nathaneastwood avatar paulinshek avatar s-u avatar shaneporter avatar useless5771 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.