Skip to content

How to install compaRe package? #10

Locked Answered by morchalabi
morchalabi asked this question in Q&A
Discussion options

You must be logged in to vote

Open the R interpreter or RStudio IDE and type in the following command:

if(!requireNamespace("igraph"))
{
  message('<< Installing igraph >>')
  install.packages('igraph', repos = "https://cloud.r-project.org")
}
if(!requireNamespace("dbscan"))
{
  message('<< Installing dbscan >>')
  install.packages('dbscan', repos = "https://cloud.r-project.org")
}
if(!requireNamespace("compaRe"))
{
  devtools::install_github(repo = 'morchalabi/compaRe', ref = 'master', dependencies = T, force = T)
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by morchalabi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant