• Stars
    star
    267
  • Rank 147,937 (Top 4 %)
  • Language
    R
  • Created over 10 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple HTTP server in R

servr

R-CMD-check CRAN release

A simple HTTP server to serve files under a given directory based on the httpuv package.

You can install this package from CRAN (stable version) via install.packages('servr') or r-universe.dev (development version).

This package is licensed under GPL.

Serve static files

To some degree, this package is like python -m SimpleHTTPServer or python -m http.server. It may be used to serve:

You can either run servr::httd() in an interactive R session, or run from command line:

# default: port 4321, do not launch browser
Rscript -e "servr::httd()"

# open a web browser
Rscript -e "servr::httd()" -b

# listen on port 4000
Rscript -e "servr::httd()" -p4000

# pass arguments to the httd() function
Rscript -e "servr::httd(,4000,TRUE)"

There is also a shell script under system.file('bin', package = 'servr'); if it is added to PATH, you can simply run

servr  # serve the current directory
servr -b  # launch the browser
servr -b -p4000  # change port to 4000

Serve and watch a directory

Similar to httd(), the function httw() can both serve and watch a directory. If you are viewing an HTML file in the browser, it will be automatically refreshed whenever there are any changes in the directory (e.g. you added, deleted, or modified certain files in the directory).

Serve dynamic documents

Besides httd(), there are functions jekyll(), rmdv1(), and rmdv2() in this package to serve HTML files generated from R Markdown documents (via knitr or rmarkdown). R Markdown documents can be automatically re-compiled when their HTML output files are older than the corresponding source files, and HTML pages in the web browser can be automatically refreshed accordingly, so you can focus on writing R Markdown documents, and results will be updated on the fly in the web browser. This is even more useful when you write R Markdown documents in the RStudio IDE, because the HTML files are displayed in the RStudio viewer pane, and you can put the source document and its output side by side.

Jekyll with servr and knitr

Serve package vignettes

The function vign() can be used to serve R Markdown/HTML package vignettes. The HTML output files are generated and displayed in the web browser so you can preview the vignettes, and they will be cleaned up after they are loaded in the web browser to make sure your source package is clean.

Daemonized server

All server functions can be used in the daemonized mode, i.e., they can be non-blocking in the R session, which allows you to continue working in the R console after the server is launched. This mode can be set via the argument daemon = TRUE in most server functions. See ?server_config for more information.

More Repositories

1

knitr

A general-purpose tool for dynamic report generation in R
R
2,327
star
2

xaringan

Presentation Ninja 幻灯忍者 · 写轮眼
CSS
1,472
star
3

r-ninja

R语言忍者秘笈
CSS
796
star
4

hugo-xmin

eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS (with no dependencies)
HTML
630
star
5

knitr-examples

A collection of knitr examples
TeX
473
star
6

hugo-ivy

A two-column Hugo theme ported from Ivy
HTML
264
star
7

formatR

Format R Code Automatically
R
238
star
8

knitr-book

Dynamic Documents with R and knitr
TeX
226
star
9

animation

A gallery of animations in statistics and utilities to create animations
R
208
star
10

yihui.org

Personal website and discussion board of Yihui Xie | 谢益辉
HTML
204
star
11

blogdown-jekyll

Automatically knit R Markdown documents, build them with Jekyll, and serve the website with servr locally
SCSS
199
star
12

rolldown

R Markdown output formats for storytelling
HTML
185
star
13

xfun

Miscellaneous R functions
R
125
star
14

printr

Some (magical) printing methods for knitr
R
119
star
15

recharts

An R Interface to Apache ECharts (incubating)
R
117
star
16

bookdown-chinese

bookdown 中文书籍范例
TeX
101
star
17

hugo-prose

A Hugo theme derived from the XMin theme, and inspired by Wowchemy, Distill, and tufte.css
HTML
90
star
18

rmini

A minimal R package with examples of most common components
R
87
star
19

hugo-xmag

A minimal magazine theme for Hugo
HTML
85
star
20

runr

Run external programs from R (experimental)
R
85
star
21

crandalf

Check all reverse dependencies of your R package with Github Actions
R
71
star
22

twitter-blogdown

Fetch Twitter messages weekly and turn them into a website based on blogdown
HTML
67
star
23

bookdown-crc

A minimal example of using bookdown to write a book for Chapman & Hall/CRC
TeX
64
star
24

yihui.github.io

Old GitHub homepage of Yihui Xie
HTML
62
star
25

bookdown-minimal

An absolutely minimal bookdown example
58
star
26

shiny-apps

Some of my Shiny apps for fun
JavaScript
54
star
27

testit

A simple package for testing R packages
R
52
star
28

rlp

An Example of Using Literate Programming for R Package Development
R
52
star
29

latex-pass

Help you pass the LaTeX compilation by telling you which LaTeX packages are missing to compile your documents
R
48
star
30

zdict.js

汉典网站数据(汉字、拼音、释义等)
JavaScript
47
star
31

fun

Use R for Fun
R
46
star
32

highr

Syntax Highlighting for R Source Code
R
45
star
33

MSG

Modern Statistical Graphics (《现代统计图形》的附加包)
R
36
star
34

cn

Chinese blog of Yihui Xie
34
star
35

Rd2roxygen

Convert Rd to roxygen documentation
R
31
star
36

mime

Map filenames to MIME types
R
30
star
37

lyx-R

support for R in LyX (Sweave and knitr, ...)
R
26
star
38

xran

Xie's R Archive Network (experimental and for my personal interest only)
HTML
24
star
39

homebrew-cran-extra

A "CRAN extras" repository of some binary R packages for the Homebrew (cask) version of base R on macOS
R
22
star
40

travis-bin

Some binaries built for Ubuntu 18.04 (Pandoc and TeXLive)
Python
18
star
41

rnotebook

R Notebook based on JSON and R Markdown (experimental)
R
18
star
42

hugo-paged

A Hugo theme with the feel of printed media (inspired by paged.js)
HTML
17
star
43

en

English blog of Yihui Xie
16
star
44

travis-blogdown

A minimal example of building and deploying a blogdown-based website via Travis CI
16
star
45

knitr-talks

talks on the knitr package
R
15
star
46

r-shippable

Pre-install some packages for my R package CI+CD on Shippable.com
Shell
13
star
47

configuration

My configuration files
Emacs Lisp
10
star
48

blogdown-hexo

A sample website based on blogdown and Hexo
CSS
10
star
49

blogdown-yihui-template

A skeleton of my previous personal website based on blogdown and Hugo. I no longer use it.
HTML
10
star
50

travis-exitwp

Upload your WordPress XML to this repo, and download Markdown posts in a minute
Shell
9
star
51

thesis

A repo as an early attempt of my PhD thesis and discarded later. For my actual thesis, see
Shell
9
star
52

blogdown-static

A minimal example of building Rmd files under the static/ directory of a website based on blogdown and Hugo
HTML
8
star
53

misc.js

Miscellaneous tools and utilities in JavaScript
JavaScript
7
star
54

sunbjt.github.com

刘思喆的个人网站
JavaScript
6
star
55

ideas

personal activities
6
star
56

r-docker

A docker image for my own package development
Shell
6
star
57

r-devel

Compile the development version of R
Shell
5
star
58

tmate-r

Debug R problems on GHA via tmate
5
star
59

great-waterfall

水遁:大瀑布之术(说得这么玄乎,其实就一 Jekyll/CSS 主题额已)
CSS
5
star
60

appstat

Apps for teaching statistics
R
5
star
61

arith.js

简单的四则运算练习程序
JavaScript
5
star
62

homebrew-tinytex

The Homebrew formula for TinyTeX
Ruby
4
star
63

stat579

Stat 579 homework solutions
R
3
star
64

iBUGS

An Interface to R2WinBUGS by gWidgets
R
3
star
65

stat-sci-cranvas

The reactive programming paper for Statistical Science
TeX
3
star
66

dokuwiki

my DokuWiki plugins
PHP
2
star
67

raggle

A Shiny application for data mining competition
R
2
star
68

bibr

All your base, oh no, R citation, are belong to us
1
star
69

animation.yihui.name

a meta website for the animation package (i.e. redirecting to the real site)
HTML
1
star