Skip to content

Rcpp version pinned in r_deps list #3

Description

@sdx23

In the r_deps list the version of Rcpp is pinned to 0.12.15. This prevents installation with "newer" versions of R (such as 3.5.3 :). I'm not too much into R but if I understood correctly one cannot arbitrarily mix Rcpp and R versions.

The following installation procedure worked for me (providing Rcpp via r-essentials):

git clone https://github.com/mlell/tapas tapas
cd tapas
module load Anaconda/3.7
conda create -n tapas -c bioconda -c r python=3.6 r=3.6 r-essentials
source activate tapas
nano scripts/gen/r_deps.txt  # remove the line containing Rcpp
scripts/gen/install_dependencies
pip install -r scripts/gen/py_requirements.txt --target scripts/lib/python-ext/
bash scripts/gen/gen-launchers.sh

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions