We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c7aea commit 131bfdaCopy full SHA for 131bfda
README.md
@@ -8,13 +8,8 @@ ISCAM
8
<!-- badges: end -->
9
10
```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")
+# uncomment and run this line *once* to install the package
+install.packages("ISCAM")
18
19
# the following loads the package. You need to do this every time you want to use ISCAM functions
20
library(ISCAM)
0 commit comments