Opinionated, typographic-centric ggplot2 themes and theme components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
905 B

language: r
warnings_are_errors: true
cache: packages
sudo: required
matrix:
include:
- os: linux
dist: precise
sudo: false
r: devel
before_install:
- mkdir -p ~/.R
- echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars
- os: linux
dist: precise
sudo: false
- os: linux
dist: trusty
sudo: required
env: R_CODECOV=true
- os: osx
osx_image: xcode7.3
brew_packages: hunspell
latex: false
- os: osx
osx_image: xcode6.4
latex: false
disable_homebrew: true
env:
global:
- CRAN: http://cran.rstudio.com
addons:
apt:
packages:
- libhunspell-dev
- libpoppler-cpp-dev
r_github_packages:
- jimhester/covr
after_success:
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi
notifications:
email:
on_success: change
on_failure: change