Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
added Chatham Rise and EBS back to travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Aug 10, 2016
1 parent 53bc7fd commit d731a5e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ r_packages:
- deldir
- PBSmapping
- RANN
- stats
- colorspace
- RandomFields
- shape
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Description: SpatialDeltaGLMM is an R package for implementing a spatial delta-
methods
Imports:
utils,
stats,
mapproj,
maptools,
deldir,
Expand Down
2 changes: 2 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#}

.onAttach <- function(libname, pkgname) {
packageStartupMessage("###########################################################################################")
packageStartupMessage("Loading package SpatialDeltaGLMM, developed by James Thorson for the Northwest Fisheries Science Center")
packageStartupMessage("For details and citation guidance, please see https://github.com/nwfsc-assess/geostatistical_delta-GLMM/#description-of-package")
packageStartupMessage("###########################################################################################")
if( !"INLA" %in% utils::installed.packages()[,1] ){
packageStartupMessage("Installing INLA...")
utils::install.packages("INLA", repos="https://www.math.ntnu.no/inla/R/stable")
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ChathamRiseHake.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ context("Testing examples")
# Chatham rise
# Test default + using a grid
test_that("Chatham Rise hake is working ", {
skip_on_travis()
#skip_on_travis()
# Prepping
test_path = file.path(example_path,"chatham_rise_hake")
load( file.path(test_path,"opt.RData") )
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-EBSpollock.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ context("Testing examples")
# Eastern Bering Sea pollcok
# Test default settings (mesh, spatio-temporal variation, gamma distribution
test_that("Eastern Bering Sea pollock is working ", {
skip_on_travis()
#skip_on_travis()
# Prepping
test_path = file.path(example_path,"EBS_pollock")
load( file.path(test_path,"opt.RData") )
Expand Down

0 comments on commit d731a5e

Please sign in to comment.