Closed jakob-r closed 8 years ago
I don't fully understand why appveyor failed. It exceeded one hour? For this one test run?
First there was a problem because RSQLite was too old so i wanted to take the chance to switch to container structure but now it can not find mpi.h
although it OpenMPI seems to be successfully installed and exported.
Need help.
Quick solution: Don't do containers but install apt packages (see batchtools' .travis.yml):
sudo: required
dist: trusty
language: r
r:
- oldrel
- release
- devel
addons:
apt:
packages:
- r-cran-rmpi
- libssh2-1-dev
after_success:
- Rscript -e 'library(covr);coveralls()'
Merged into branch
You mean you work on it here: https://github.com/berndbischl/parallelMap/tree/jakob-r-feature_batchtools So I will close it here to avoid confusion
I cannot merge this until bt is on CRAN? Or can you add a mechinism so we can include packages which are only on github?