Tools to Work with the 'Splash' JavaScript Rendering Service in R
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。

38 行
491 B

language: r
warnings_are_errors: true
cache: packages
sudo: required
services:
- docker
before_install:
- docker pull hrbrmstr/splashttpd
- docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 -d hrbrmstr/splashttpd
- docker ps -a
r:
- oldrel
- release
- devel
addons:
apt:
packages:
- xclip
- libv8-dev
env:
- DISPLAY=""
- DISPLAY=:99.0
notifications:
email:
- bob@rud.is
irc:
channels:
- "104.236.112.222#builds"
nick: travisci