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

Missing dependencies on CRAN #16

Open
keinstein opened this issue Jun 10, 2020 · 2 comments
Open

Missing dependencies on CRAN #16

keinstein opened this issue Jun 10, 2020 · 2 comments

Comments

@keinstein
Copy link

I tried to install fcaR from CRAN:

> install.packages("fcaR")
Installing package into/home/tobias/R/x86_64-pc-linux-gnu-library/4.0’
(aslibis unspecified)
Warning in install.packages :
  dependenciesRgraphviz’, ‘graphare not available
also installing the dependencyhasseDiagramversuche URL 'https://cloud.r-project.org/src/contrib/hasseDiagram_0.1.3.tar.gz'
Content type 'application/x-gzip' length 5856 bytes
==================================================
downloaded 5856 bytes

versuche URL 'https://cloud.r-project.org/src/contrib/fcaR_1.0.3.tar.gz'
Content type 'application/x-gzip' length 533920 bytes (521 KB)
==================================================
downloaded 521 KB

ERROR: dependenciesRgraphviz’, ‘graphare not available for packagehasseDiagram* removing/home/tobias/R/x86_64-pc-linux-gnu-library/4.0/hasseDiagramWarning in install.packages :
  installation of packagehasseDiagramhad non-zero exit status
ERROR: dependencyhasseDiagramis not available for packagefcaR* removing/home/tobias/R/x86_64-pc-linux-gnu-library/4.0/fcaRWarning in install.packages :
  installation of packagefcaRhad non-zero exit status

The downloaded source packages are in/tmp/RtmppTUXyB/downloaded_packages

So some packgages needed seem not to be available.

@neuroimaginador
Copy link
Owner

Hi,

Try to use setRepositories() and select all BioC related repositories, besides those of CRAN.

With this, you can install all dependencies.

Hope this helps

@sluhn-patrickcampbell
Copy link

Had the same problem, and the suggested fix worked like a charm! Thanks

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

3 participants