Commit 82d7a7c1 authored by André Veríssimo's avatar André Veríssimo
Browse files

updates how to install from zip (instead of git)

parent 6644577f
......@@ -32,7 +32,7 @@ knitr::opts_chunk$set(echo = TRUE, warning=FALSE)
# load library or use directly if insta
install.packages('devtools')
# The library can also be loaded and use the function install_git without 'devtools::' prefix
devtools::install_url('http://sels.tecnico.pt/gitlab/averissimo/rpackage-brca/repository/archive.zip')
devtools::install_url('http://sels.tecnico.ulisboa.pt/gitlab/SOUND/brca.data/repository/archive.zip')
#
# Load the brca.data package
library(brca.data)
......
......@@ -44,7 +44,7 @@ How to use the dataset
# load library or use directly if insta
install.packages('devtools')
# The library can also be loaded and use the function install_git without 'devtools::' prefix
devtools::install_git('http://sels.tecnico.ulisboa.pt/gitlab/averissimo/rpackage-brca.git')
devtools::install_url('http://sels.tecnico.ulisboa.pt/gitlab/SOUND/brca.data/repository/archive.zip')
#
# Load the brca.data package
library(brca.data)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment