Giter Site home page Giter Site logo

spyre's Introduction

spyre

Spyre is a browser-based companion to the R programming language. It communicates with a locally running R process, so you don't have to upload data outside your computer or network. Spyre has an advanced object explorer, a GUI interface to ggvis, a data importer, R Markdown previewer, and much more. Setup is simple, as Spyre is a plain-old R package.

While running, Spyre does not block the R prompt, so you still have full access to the R console in your editor of choice. It has been tested with both RStudio and Emacs ESS.

Spyre was built to be extensible. Default summaries can easily be changed, and new GUI tools that integrate with Spyre can be created by writing simple R functions and implementing client behavior using the Angular.js JavaScript framework.

More information

Project site:

http://spyre.io

Two-minute Intro

http://youtu.be/Vq5W-G0gJHM

Live R Markdown Preview

http://youtu.be/oV0vF8RanK4

Installation

install.packages("devtools")
library(devtools)

install_github("rstudio/httpuv", "rstudio/ggvis")
install_github("erikriverson/spyre/spyre") ## /spyre/spyre is path to R package

library(spyre)

Visit http://localhost:7681 in your browser

License

Spyre is released under the terms of the MIT License.

spyre's People

Contributors

erikriverson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

spyre's Issues

Problem installing spyre related to attachNamespace()

Hi @erikriverson. I tried to install this package. However I have this error message:

  • installing source package 'spyre' ...
    ** R
    ** inst
    ** tests
    ** preparing package for lazy loading
    ** help
    No man pages found in package 'spyre'
    *** installing help indices
    ** building package indices
    ** testing if installed package can be loaded
    Error : .onAttach failed in attachNamespace() for 'spyre', details:
    call: get("spyre_servers", pos = "package:spyre")
    error: object 'spyre_servers' not found
    Error: loading failed
    Execution halted
    ERROR: loading failed
  • removing 'C:/Users/Arturo Chian/Documents/R/win-library/3.1/spyre'
    Error: Command failed (1)

Thanks in advance and it seems spyre is an awesome package ๐Ÿ‘

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.