aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 18:59:01 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 18:59:45 +0200
commit46c77a1fb8d9a511d6cbe9a6d086bfaf751fe02b (patch)
treef9e6b522c308690b2deb9ce15526c678dbceab90
parentf22364b11a5baf401643fd83727c9ed5222ee4f4 (diff)
Try Travis with Dirks run.sh from eddelbuettel/r-ci
-rw-r--r--.travis.yml36
-rw-r--r--README.html1
-rw-r--r--README.md4
3 files changed, 36 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..8c5ea077
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,36 @@
+# Run CI for R using https://eddelbuettel.github.io/r-ci/
+
+language: c
+sudo: required
+dist: focal
+
+jobs:
+ include:
+ - name: linux
+ os: linux
+
+env:
+ global:
+ - USE_BSPM="true"
+
+before_install:
+ - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
+ - chmod 0755 run.sh
+ - ./run.sh bootstrap
+
+install:
+ - ./run.sh install_all
+
+script:
+ - ./run.sh run_tests
+
+after_failure:
+ - ./run.sh dump_logs
+
+#after_success:
+# - ./run.sh coverage
+
+notifications:
+ email:
+ on_success: change
+ on_failure: change
diff --git a/README.html b/README.html
index 222f254d..67e2b6d9 100644
--- a/README.html
+++ b/README.html
@@ -361,7 +361,6 @@ pre code {
-<h1 class="title toc-ignore">README</h1>
</div>
diff --git a/README.md b/README.md
index a4d5800a..153d8958 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
----
-title: README
----
-
# mkin
[![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin)

Contact - Imprint