From 0c6b07ba9c6d174761a3ff3f8a9f238755a230f2 Mon Sep 17 00:00:00 2001
From: Paul Northrop
Date: Sat, 9 Feb 2019 20:08:27 +0000
Subject: [PATCH] check
---
.travis.yml | 4 ++--
NEWS.md | 2 +-
revdep/check.R | 5 -----
3 files changed, 3 insertions(+), 8 deletions(-)
delete mode 100644 revdep/check.R
diff --git a/.travis.yml b/.travis.yml
index 6659493..7aa06a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_install:
os:
- linux
-# - osx
+ - osx
addons:
apt:
@@ -23,7 +23,7 @@ addons:
r:
- release
- - devel
+# - devel
# - oldrel
env:
diff --git a/NEWS.md b/NEWS.md
index c570513..ea26941 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
## Bug fixes and minor improvements
-* Further steps are taken in the opimizations used to set up the ratio-of-uniforms bounding box (specifically in find_a() and in cpp_find_a()) to avoid erroneous (lack of) convergence warnings. These can occur if we start the optimization algorithm too close to the solution.
+* Further steps are taken in the opimisations used to set up the ratio-of-uniforms bounding box (specifically in find_a() and in cpp_find_a()) to avoid erroneous (lack of) convergence warnings. These can occur if we start the optimisation algorithm too close to the solution.
* LF line endings used in inst/include/rust.h and inst/include/rust_RcppExports.h to avoid CRAN NOTE
diff --git a/revdep/check.R b/revdep/check.R
deleted file mode 100644
index e262948..0000000
--- a/revdep/check.R
+++ /dev/null
@@ -1,5 +0,0 @@
-library("devtools")
-
-revdep_check()
-revdep_check_save_summary()
-revdep_check_print_problems()