servr - A simple HTTP server in R
RForge.net

servr

About servr
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/yihui/servr.git servr
see also servr GitHub repository.

To install the latest development snapshot of this package, use

install.packages("servr",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("servr",,"http://rforge.net/")

Most recent GIT commits


e7f1a9a0| Yihui Xie | Mon Sep 1 21:09:58 2014 -0500
add the shippable badge
 M       README.md

caedaf9d| Yihui Xie | Mon Sep 1 21:08:23 2014 -0500
use shippable
 M       .Rbuildignore
 D       .travis.yml
 A       shippable.yml

e2af6d71| Yihui Xie | Mon May 12 00:30:15 2014 -0500
bump version
 M       DESCRIPTION

8b43f631| Yihui Xie | Mon May 12 00:27:02 2014 -0500
roxygen 4.0
 M       DESCRIPTION
 M       man/httd.Rd

bce191ce| Yihui Xie | Mon May 12 00:26:51 2014 -0500
use Rd2roxygen to build the package
 M       servr.Rproj