https://github.com/kkdey/CorShrink
Raw File
Tip revision: a9f6ba0a81ed86cd3dbe785b0a239107cb80b0c3 authored by Kushal K Dey on 23 January 2019, 20:31:32 UTC
Added a dosym option to return specifically a symmetric correlation matrix
Tip revision: a9f6ba0
.travis.yml
language: r
r: bioc-devel
sudo: false
cache: packages


env:
  global:
        - BIOC_USE_DEVEL="FALSE"

bioc_required: true
bioc_packages:
  - BiocInstaller

r_packages:
  - covr

after_script:
  - ./travis-tool.sh dump_logs

warnings_are_errors: false
back to top