Unable to access Git links.
1
0
Entering edit mode
dominic.r • 0
@b5864d3d
Last seen 12 months ago
India

I want to install flowCore package of version 2.6.0. I am trying to access Git archive but the Git URL is not opening. Kindly route me to install the desired package. The error message I get while trying to open https://git.bioconductor.org/packages/flowCore

Source flowCore Repository git • 498 views
ADD COMMENT
0
Entering edit mode
@konstantinos-yeles-8961
Last seen 4 months ago
Italy

If you are inside R you can use:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "3.17")
BiocManager::install("flowCore")
ADD COMMENT
0
Entering edit mode

If you really need to download the source code see the instructions and links on the bottom of the package landing page but the above code posted by @konstantinos-yeles-8961 is the recommended way to install Bioconductor packages.

ADD REPLY

Login before adding your answer.

Traffic: 488 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6