Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlisted Requirement fails on CentOS 7.4 w MariaDB #1

Closed
lachlansimpson opened this issue Dec 19, 2017 · 1 comment
Closed

Unlisted Requirement fails on CentOS 7.4 w MariaDB #1

lachlansimpson opened this issue Dec 19, 2017 · 1 comment

Comments

@lachlansimpson
Copy link

I'm trying to install VariantAnnotation in R 3.4.2 on CentOS 7.4

One of the errors is

2: In install.packages(pkgs = doing, lib = lib, ...) :
  installation of package ‘RMySQL’ had non-zero exit status

I attempted to install RMySQL yesterday and that failed too - although there is a fork work around, which is less than ideal.

Two things of note:

  • RMySQL isn't listed as a dependency on a new install of VariantAnnotation?
  • The RMySQL page notes that it is being phased out for RMariaDB
@mtmorgan
Copy link
Contributor

mtmorgan commented Dec 19, 2017

RMySQL is a dependency of a dependency; it's not usual in R to list recursive dependencies (of which there are 65 for VariantAnnotation, pkgs = tools::package_dependencies("VariantAnnotation", available.packages(repos=BiocInstaller::biocinstallRepos()), recursive=TRUE).

This belongs on the GenomicFeatures repository, where I'll try to reference this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants