Skip to content
/ opencpu Public
forked from opencpu/opencpu

OpenCPU system for embedded scientific computation and reproducible research

License

Notifications You must be signed in to change notification settings

dy-kim/opencpu

 
 

Repository files navigation

OpenCPU

Build Status

The OpenCPU framework exposes a web API interfacing R, Latex and Pandoc. This API is used for example to integrate statistical functionality into systems, share and execute scripts or reports on centralized servers, and build R based "apps". The OpenCPU server can run either as a single-user server inside the interactive R session (using httpuv), or as a cloud server that builds on Linux and rApache. The current R package forms the core of the framework. When loaded in R, it automatically initiates the single-user server and displays the web address in the console. For more information, visit the OpenCPU website.

Install Single User Server

Latest stable version (recommended):

install.packages("opencpu")

Bleeding edge from Github:

#update existing packages first
library(devtools)
install_github("jeroenooms/opencpu")

About

OpenCPU system for embedded scientific computation and reproducible research

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 93.0%
  • HTML 3.4%
  • JavaScript 2.2%
  • CSS 1.1%
  • Makefile 0.3%