Skip to content

Commit

Permalink
Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbour committed Jul 11, 2017
1 parent 719f149 commit 326d751
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NOBUILD
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Suggests:
maps,
sp,
plyr,
pracma
pracma,
testthat
LinkingTo: Rcpp
RoxygenNote: 6.0.1
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
deform
======
# deform

Tools for studying crustal deformation

[![T-CI Build Status](https://travis-ci.org/abarbour/deform.svg?branch=master)](https://travis-ci.org/abarbour/deform)
4 changes: 4 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library(testthat)
library(deform)

test_check("deform")
1 change: 1 addition & 0 deletions tests/testthat/test_ph.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
context("placeholder")

0 comments on commit 326d751

Please sign in to comment.