Skip to content

Commit 131bfda

Browse files
authored
Update README.md
1 parent b5c7aea commit 131bfda

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ ISCAM
88
<!-- badges: end -->
99

1010
```r
11-
# install.packages("pak") # uncomment and run this line *once*
12-
# options(use_bioconductor = FALSE) # do this is you get some issues running the next line when connected to the eduroam network
13-
pak::pkg_install("ISCAM4/ISCAM") # this installs or updates the package
14-
15-
# if {pak} doesn't work, uncomment and run the following two commands
16-
#install.packages("remotes")
17-
#remotes::install_github("ISCAM4/ISCAM")
11+
# uncomment and run this line *once* to install the package
12+
install.packages("ISCAM")
1813

1914
# the following loads the package. You need to do this every time you want to use ISCAM functions
2015
library(ISCAM)

0 commit comments

Comments
 (0)